public class ProjectWindowTableFunctionTransposeRule
extends org.apache.calcite.plan.RelOptRule
LogicalProject into a LogicalTableFunctionScan which
contains a Window table function call by splitting the projection into a projection on top of
child of the TableFunctionScan.| Modifier and Type | Field and Description |
|---|---|
static ProjectWindowTableFunctionTransposeRule |
INSTANCE |
| Constructor and Description |
|---|
ProjectWindowTableFunctionTransposeRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final ProjectWindowTableFunctionTransposeRule INSTANCE
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.