public class PruneSemiJoinColumns extends ProjectOffPushDownRule<SemiJoinNode>
Rule.Context, Rule.Result
Constructor and Description |
---|
PruneSemiJoinColumns() |
Modifier and Type | Method and Description |
---|---|
protected Optional<PlanNode> |
pushDownProjectOff(PlanNodeIdAllocator idAllocator,
SemiJoinNode semiJoinNode,
Set<Symbol> referencedOutputs) |
apply, getPattern
protected Optional<PlanNode> pushDownProjectOff(PlanNodeIdAllocator idAllocator, SemiJoinNode semiJoinNode, Set<Symbol> referencedOutputs)
pushDownProjectOff
in class ProjectOffPushDownRule<SemiJoinNode>
Copyright © 2012–2019. All rights reserved.