public class PushProjectIntoTableSourceScanRule
extends org.apache.calcite.plan.RelOptRule
LogicalProject
into a LogicalTableScan
which wraps a
SupportsProjectionPushDown
dynamic table source.Modifier and Type | Field and Description |
---|---|
static PushProjectIntoTableSourceScanRule |
INSTANCE |
Constructor and Description |
---|
PushProjectIntoTableSourceScanRule() |
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, unordered
public static final PushProjectIntoTableSourceScanRule INSTANCE
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.