|
||||||||||
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
public class SchemaGraph
Nested Class Summary | |
---|---|
static class |
SchemaGraph.GraphSearch
Perform a search for join paths on the schema graph |
static class |
SchemaGraph.JoinPath
A list of table relationships that can be combined to get a join clause |
static class |
SchemaGraph.TableRelationship
|
Constructor Summary | |
---|---|
SchemaGraph(CubeMetastoreClient metastore)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaGraph(CubeMetastoreClient metastore) throws org.apache.hadoop.hive.ql.metadata.HiveException
org.apache.hadoop.hive.ql.metadata.HiveException
Method Detail |
---|
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getCubeGraph(CubeInterface cube)
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getDimOnlyGraph()
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getCubeInGraph(CubeInterface cube)
public Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> getDimOnlyInGraph()
public void print()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |