public static interface RelFactories.SortFactory
Sort of the appropriate type
for this rule's calling convention.| Modifier and Type | Method and Description |
|---|---|
RelNode |
createSort(RelTraitSet traits,
RelNode child,
RelCollation collation,
RexNode offset,
RexNode fetch)
Creates a sort.
|
RelNode createSort(RelTraitSet traits, RelNode child, RelCollation collation, RexNode offset, RexNode fetch)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.