public class SwapHashJoinVisitor extends BasePrelVisitor<Prel,Double,RuntimeException>
HashJoinPrel
logger
Modifier and Type | Method and Description |
---|---|
static Prel |
swapHashJoin(Prel prel,
Double marginFactor) |
Prel |
visitJoin(JoinPrel prel,
Double value) |
Prel |
visitPrel(Prel prel,
Double value) |
visitExchange, visitLateral, visitLeaf, visitProject, visitScan, visitScan, visitScreen, visitUnnest, visitWriter
public Prel visitPrel(Prel prel, Double value) throws RuntimeException
visitPrel
in interface PrelVisitor<Prel,Double,RuntimeException>
visitPrel
in class BasePrelVisitor<Prel,Double,RuntimeException>
RuntimeException
public Prel visitJoin(JoinPrel prel, Double value) throws RuntimeException
visitJoin
in interface PrelVisitor<Prel,Double,RuntimeException>
visitJoin
in class BasePrelVisitor<Prel,Double,RuntimeException>
RuntimeException
Copyright © 1970 The Apache Software Foundation. All rights reserved.