public class PruneTableScanColumns extends ProjectOffPushDownRule<TableScanNode>
Rule.Context, Rule.Result
Constructor and Description |
---|
PruneTableScanColumns() |
Modifier and Type | Method and Description |
---|---|
protected Optional<PlanNode> |
pushDownProjectOff(PlanNodeIdAllocator idAllocator,
PlanVariableAllocator variableAllocator,
TableScanNode tableScanNode,
Set<VariableReferenceExpression> referencedOutputs) |
apply, getPattern
protected Optional<PlanNode> pushDownProjectOff(PlanNodeIdAllocator idAllocator, PlanVariableAllocator variableAllocator, TableScanNode tableScanNode, Set<VariableReferenceExpression> referencedOutputs)
pushDownProjectOff
in class ProjectOffPushDownRule<TableScanNode>
Copyright © 2012–2021. All rights reserved.