public static interface RelFactories.SortFactory
Sort of the appropriate type
for this rule's calling convention.| Modifier and Type | Method and Description |
|---|---|
RelNode |
createSort(RelNode input,
RelCollation collation,
@Nullable RexNode offset,
@Nullable RexNode fetch)
Creates a sort.
|
default RelNode |
createSort(RelTraitSet traitSet,
RelNode input,
RelCollation collation,
@Nullable RexNode offset,
@Nullable RexNode fetch)
Deprecated.
|
RelNode createSort(RelNode input, RelCollation collation, @Nullable RexNode offset, @Nullable RexNode fetch)
@Deprecated default RelNode createSort(RelTraitSet traitSet, RelNode input, RelCollation collation, @Nullable RexNode offset, @Nullable RexNode fetch)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.