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,
RexNode offset,
RexNode fetch)
Creates a sort.
|
RelNode |
createSort(RelTraitSet traits,
RelNode input,
RelCollation collation,
RexNode offset,
RexNode fetch)
Deprecated.
|
RelNode createSort(RelNode input, RelCollation collation, RexNode offset, RexNode fetch)
@Deprecated RelNode createSort(RelTraitSet traits, RelNode input, RelCollation collation, RexNode offset, RexNode fetch)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.