Package org.apache.calcite.interpreter
Class Bindables.BindableSortRule
java.lang.Object
org.apache.calcite.plan.RelOptRule
org.apache.calcite.plan.RelRule<ConverterRule.Config>
org.apache.calcite.rel.convert.ConverterRule
org.apache.calcite.interpreter.Bindables.BindableSortRule
- Enclosing class:
- Bindables
Rule to convert an 
Sort to a
 Bindables.BindableSort.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.calcite.rel.convert.ConverterRuleConverterRule.ConfigNested classes/interfaces inherited from class org.apache.calcite.plan.RelRuleRelRule.Done, RelRule.MatchHandler<R extends RelOptRule>, RelRule.OperandBuilder, RelRule.OperandDetailBuilder<R extends RelNode>, RelRule.OperandTransformNested classes/interfaces inherited from class org.apache.calcite.plan.RelOptRuleRelOptRule.ConverterRelOptRuleOperand
- 
Field SummaryFieldsFields inherited from class org.apache.calcite.rel.convert.ConverterRuleoutFields inherited from class org.apache.calcite.plan.RelOptRuledescription, operands, relBuilderFactory
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedBindableSortRule(ConverterRule.Config config) Called from the Config.
- 
Method SummaryMethods inherited from class org.apache.calcite.rel.convert.ConverterRulegetInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatchMethods inherited from class org.apache.calcite.plan.RelOptRuleany, convert, convert, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered
- 
Field Details- 
DEFAULT_CONFIGDefault configuration.
 
- 
- 
Constructor Details- 
BindableSortRuleCalled from the Config.
 
- 
- 
Method Details- 
convertDescription copied from class:ConverterRuleConverts a relational expression to the target trait(s) of this rule.Returns null if conversion is not possible. - Specified by:
- convertin class- ConverterRule
 
 
-