public class MaskSelectablesForTablesVisitor
extends java.lang.Object
Constructor and Description |
---|
MaskSelectablesForTablesVisitor() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
maskAliasListForTables(FromNode from,
java.util.List selected) |
boolean |
visit(ColumnIdentifier col,
TableIdentifier[] tables) |
boolean |
visit(Function fn,
TableIdentifier[] tables) |
boolean |
visit(Selectable sel,
TableIdentifier[] tables) |
public java.util.List maskAliasListForTables(FromNode from, java.util.List selected)
public boolean visit(ColumnIdentifier col, TableIdentifier[] tables)
public boolean visit(Function fn, TableIdentifier[] tables)
public boolean visit(Selectable sel, TableIdentifier[] tables)