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