public class EnumerableTableFunctionScanRule extends ConverterRule
LogicalTableFunctionScan to an EnumerableTableFunctionScan.
You may provide a custom config to convert other nodes that extend TableFunctionScan.ConverterRule.ConfigRelRule.Done, RelRule.MatchHandler<R extends RelOptRule>, RelRule.OperandBuilder, RelRule.OperandDetailBuilder<R extends RelNode>, RelRule.OperandTransformRelOptRule.ConverterRelOptRuleOperand| Modifier and Type | Field and Description |
|---|---|
static ConverterRule.Config |
DEFAULT_CONFIG
Default configuration.
|
outdescription, operands, relBuilderFactory| Modifier | Constructor and Description |
|---|---|
protected |
EnumerableTableFunctionScanRule(ConverterRule.Config config)
Creates an EnumerableTableFunctionScanRule.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
convert(RelNode rel)
Converts a relational expression to the target trait(s) of this rule.
|
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, unorderedpublic static final ConverterRule.Config DEFAULT_CONFIG
protected EnumerableTableFunctionScanRule(ConverterRule.Config config)
public RelNode convert(RelNode rel)
ConverterRuleReturns null if conversion is not possible.
convert in class ConverterRuleCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.