mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-25 01:10:37 +00:00
try sort partial commutative
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -225,7 +225,8 @@ impl Categorizer {
|
||||
|
||||
// sort plan needs to consider column priority
|
||||
// We can implement a merge-sort on partial ordered data
|
||||
Commutativity::Unimplemented
|
||||
|
||||
Commutativity::PartialCommutative
|
||||
}
|
||||
LogicalPlan::Join(_) => Commutativity::NonCommutative,
|
||||
LogicalPlan::CrossJoin(_) => Commutativity::NonCommutative,
|
||||
|
||||
Reference in New Issue
Block a user