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, visitWriter
public 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>
RuntimeException
Copyright © 1970 The Apache Software Foundation. All rights reserved.