public class RelUniqifier extends BasePrelVisitor<Prel,Set<Prel>,RuntimeException>
| Constructor and Description |
|---|
RelUniqifier() |
| Modifier and Type | Method and Description |
|---|---|
static Prel |
uniqifyGraph(Prel p) |
Prel |
visitPrel(Prel prel,
Set<Prel> data) |
visitExchange, visitJoin, visitLateral, visitLeaf, visitProject, visitScan, visitScan, visitScreen, visitUnnest, visitWriterpublic Prel visitPrel(Prel prel, Set<Prel> data) throws RuntimeException
visitPrel in interface PrelVisitor<Prel,Set<Prel>,RuntimeException>visitPrel in class BasePrelVisitor<Prel,Set<Prel>,RuntimeException>RuntimeExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.