Package org.apache.calcite.rel.core
Interface RelFactories.SortFactory
- Enclosing class:
RelFactories
public static interface RelFactories.SortFactory
Can create a
Sort
of the appropriate type
for this rule's calling convention.-
Method Summary
Modifier and TypeMethodDescriptiondefault RelNode
createSort
(RelTraitSet traitSet, RelNode input, RelCollation collation, @Nullable RexNode offset, @Nullable RexNode fetch) Deprecated.createSort
(RelNode input, RelCollation collation, @Nullable RexNode offset, @Nullable RexNode fetch) Creates a sort.
-
Method Details
-
createSort
RelNode createSort(RelNode input, RelCollation collation, @Nullable RexNode offset, @Nullable RexNode fetch) Creates a sort. -
createSort
@Deprecated default RelNode createSort(RelTraitSet traitSet, RelNode input, RelCollation collation, @Nullable RexNode offset, @Nullable RexNode fetch) Deprecated.
-