Class InnodbRules.InnodbSortTableScanRule

java.lang.Object
org.apache.calcite.plan.RelOptRule
org.apache.calcite.plan.RelRule<C>
org.apache.calcite.adapter.innodb.InnodbRules.InnodbSortTableScanRule
Enclosing class:
InnodbRules

public static class InnodbRules.InnodbSortTableScanRule extends RelRule<C>
Rule to convert a Sort to a InnodbSort based on InnoDB table clustering index.
See Also: