public class EnumerableTableFunctionScanRule extends ConverterRule
LogicalTableFunctionScan
relational expression
enumerable calling convention.description, operands, relBuilderFactory| Constructor and Description |
|---|
EnumerableTableFunctionScanRule()
Deprecated.
|
EnumerableTableFunctionScanRule(RelBuilderFactory relBuilderFactory)
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, equals, equals, getOperand, getOperands, hashCode, matches, none, operand, operand, operand, operand, operand, some, toString, unordered@Deprecated public EnumerableTableFunctionScanRule()
public EnumerableTableFunctionScanRule(RelBuilderFactory relBuilderFactory)
relBuilderFactory - Builder for relational expressionspublic RelNode convert(RelNode rel)
ConverterRuleReturns null if conversion is not possible.
convert in class ConverterRuleCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.