public class FinalColumnReorderer extends BasePrelVisitor<Prel,Void,RuntimeException>
logger| Constructor and Description |
|---|
FinalColumnReorderer() |
| Modifier and Type | Method and Description |
|---|---|
static Prel |
addFinalColumnOrdering(Prel prel) |
Prel |
visitPrel(Prel prel,
Void value) |
Prel |
visitScreen(ScreenPrel prel,
Void value) |
Prel |
visitWriter(WriterPrel prel,
Void value) |
visitExchange, visitJoin, visitLateral, visitLeaf, visitProject, visitScan, visitScan, visitUnnestpublic 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 visitPrel(Prel prel, Void value) throws RuntimeException
visitPrel in interface PrelVisitor<Prel,Void,RuntimeException>visitPrel in class BasePrelVisitor<Prel,Void,RuntimeException>RuntimeExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.