This project has retired. For details please refer to its Attic page.
SchemaGraph.GraphSearch (Lens 2.0.1-beta-incubating API)

org.apache.lens.cube.metadata
Class SchemaGraph.GraphSearch

java.lang.Object
  extended by org.apache.lens.cube.metadata.SchemaGraph.GraphSearch
Enclosing class:
SchemaGraph

public static class SchemaGraph.GraphSearch
extends Object

Perform a search for join paths on the schema graph


Constructor Summary
SchemaGraph.GraphSearch(AbstractCubeTable source, AbstractCubeTable target, SchemaGraph graph)
           
 
Method Summary
 List<SchemaGraph.JoinPath> findAllPathsToTarget()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaGraph.GraphSearch

public SchemaGraph.GraphSearch(AbstractCubeTable source,
                               AbstractCubeTable target,
                               SchemaGraph graph)
Method Detail

findAllPathsToTarget

public List<SchemaGraph.JoinPath> findAllPathsToTarget()


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.