public class DrillSortRule
extends org.apache.calcite.plan.RelOptRule
Sort to a DrillSortRel, implemented by a Drill "order" operation.| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.plan.RelOptRule |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.