public class StarColumnConverter extends BasePrelVisitor<Prel,Void,RuntimeException>
logger| Modifier and Type | Method and Description |
|---|---|
static Prel |
insertRenameProject(Prel root) |
Prel |
visitLeaf(LeafPrel prel,
Void value) |
Prel |
visitPrel(Prel prel,
Void value) |
Prel |
visitProject(ProjectPrel prel,
Void value) |
Prel |
visitScan(ScanPrel scanPrel,
Void value) |
Prel |
visitScreen(ScreenPrel prel,
Void value) |
Prel |
visitUnnest(UnnestPrel unnestPrel,
Void value) |
Prel |
visitWriter(WriterPrel prel,
Void value) |
visitExchange, visitJoin, visitLateral, visitScanpublic Prel visitScreen(ScreenPrel prel, Void value) throws RuntimeException
visitScreen in interface PrelVisitor<Prel,Void,RuntimeException>visitScreen in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionpublic Prel visitWriter(WriterPrel prel, Void value) throws RuntimeException
visitWriter in interface PrelVisitor<Prel,Void,RuntimeException>visitWriter in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionpublic Prel visitProject(ProjectPrel prel, Void value) throws RuntimeException
visitProject in interface PrelVisitor<Prel,Void,RuntimeException>visitProject in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionpublic Prel visitPrel(Prel prel, Void value) throws RuntimeException
visitPrel in interface PrelVisitor<Prel,Void,RuntimeException>visitPrel in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionpublic Prel visitScan(ScanPrel scanPrel, Void value) throws RuntimeException
visitScan in interface PrelVisitor<Prel,Void,RuntimeException>visitScan in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionpublic Prel visitLeaf(LeafPrel prel, Void value) throws RuntimeException
visitLeaf in interface PrelVisitor<Prel,Void,RuntimeException>visitLeaf in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionpublic Prel visitUnnest(UnnestPrel unnestPrel, Void value) throws RuntimeException
visitUnnest in interface PrelVisitor<Prel,Void,RuntimeException>visitUnnest in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.