|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.cube.metadata.SchemaGraph.JoinPath
public static class SchemaGraph.JoinPath
A list of table relationships that can be combined to get a join clause
Constructor Summary | |
---|---|
SchemaGraph.JoinPath()
|
|
SchemaGraph.JoinPath(SchemaGraph.JoinPath other)
|
Method Summary | |
---|---|
void |
addEdge(SchemaGraph.TableRelationship edge)
|
boolean |
containsColumnOfTable(String column,
AbstractCubeTable table)
|
Set<AbstractCubeTable> |
getAllTables()
|
List<String> |
getColumnsForTable(AbstractCubeTable table)
|
List<SchemaGraph.TableRelationship> |
getEdges()
|
void |
initColumnsForTable()
|
boolean |
isEmpty()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SchemaGraph.JoinPath()
public SchemaGraph.JoinPath(SchemaGraph.JoinPath other)
Method Detail |
---|
public void initColumnsForTable()
public void addEdge(SchemaGraph.TableRelationship edge)
public boolean isEmpty()
public List<SchemaGraph.TableRelationship> getEdges()
public List<String> getColumnsForTable(AbstractCubeTable table)
public Set<AbstractCubeTable> getAllTables()
public boolean containsColumnOfTable(String column, AbstractCubeTable table)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |