This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.lens.cube.parse.CandidateTable (Lens 2.1.0-beta-incubating API)

Uses of Interface
org.apache.lens.cube.parse.CandidateTable

Packages that use CandidateTable
org.apache.lens.cube.parse   
 

Uses of CandidateTable in org.apache.lens.cube.parse
 

Classes in org.apache.lens.cube.parse that implement CandidateTable
 class CandidateDim
          Holds context of a candidate dim table.
 class CandidateFact
          Holds context of a candidate fact table.
 

Methods in org.apache.lens.cube.parse with parameters of type CandidateTable
 void CubeQueryContext.addOptionalDimTable(String alias, String col, CandidateTable candidate, boolean isRequiredInJoin)
           
 



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