public class JdbcToEnumerableConverterRule extends ConverterRule
JdbcConvention to
EnumerableConvention.ConverterRule.ConfigRelRule.Done, RelRule.MatchHandler<R extends RelOptRule>, RelRule.OperandBuilder, RelRule.OperandDetailBuilder<R extends RelNode>, RelRule.OperandTransformRelOptRule.ConverterRelOptRuleOperandoutdescription, operands, relBuilderFactory| Modifier | Constructor and Description |
|---|---|
protected |
JdbcToEnumerableConverterRule(ConverterRule.Config config)
Called from the Config.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable RelNode |
convert(RelNode rel)
Converts a relational expression to the target trait(s) of this rule.
|
static JdbcToEnumerableConverterRule |
create(JdbcConvention out)
Creates a JdbcToEnumerableConverterRule.
|
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatchany, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedprotected JdbcToEnumerableConverterRule(ConverterRule.Config config)
public static JdbcToEnumerableConverterRule create(JdbcConvention out)
public @Nullable RelNode convert(RelNode rel)
ConverterRuleReturns null if conversion is not possible.
convert in class ConverterRuleCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.