private static class RelFactories.SortFactoryImpl extends Object implements RelFactories.SortFactory
RelFactories.SortFactory that
returns a vanilla Sort.| Modifier | Constructor and Description |
|---|---|
private |
SortFactoryImpl() |
| 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.
|
public RelNode createSort(RelNode input, RelCollation collation, RexNode offset, RexNode fetch)
RelFactories.SortFactorycreateSort in interface RelFactories.SortFactory@Deprecated public RelNode createSort(RelTraitSet traits, RelNode input, RelCollation collation, RexNode offset, RexNode fetch)
createSort in interface RelFactories.SortFactoryCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.