This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.metadata.AbstractCubeTable (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.cube.metadata.AbstractCubeTable

Packages that use AbstractCubeTable
org.apache.lens.cube.metadata   
org.apache.lens.cube.parse   
org.apache.lens.storage.db   
 

Uses of AbstractCubeTable in org.apache.lens.cube.metadata
 

Subclasses of AbstractCubeTable in org.apache.lens.cube.metadata
 class AbstractBaseTable
          Abstract table with expressions
 class Cube
           
 class CubeDimensionTable
           
 class CubeFactTable
           
 class DerivedCube
           
 class Dimension
           
 class HDFSStorage
           
 class Storage
          Storage is Named Interface which would represent the underlying storage of the data.
 

Methods in org.apache.lens.cube.metadata that return types with arguments of type AbstractCubeTable
 Set<AbstractCubeTable> SchemaGraph.JoinPath.getAllTables()
           
 Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> SchemaGraph.getCubeGraph(CubeInterface cube)
           
 Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> SchemaGraph.getCubeInGraph(CubeInterface cube)
           
 Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> SchemaGraph.getDimOnlyGraph()
           
 Map<AbstractCubeTable,Set<SchemaGraph.TableRelationship>> SchemaGraph.getDimOnlyInGraph()
           
 

Methods in org.apache.lens.cube.metadata with parameters of type AbstractCubeTable
 void JoinChain.addProperties(AbstractCubeTable tbl)
           
 boolean SchemaGraph.JoinPath.containsColumnOfTable(String column, AbstractCubeTable table)
           
 void CubeMetastoreClient.createCubeTable(AbstractCubeTable cubeTable, Map<String,StorageTableDesc> storageTableDescs)
          Create cube table defined and create all the corresponding storage tables
static Set<String> MetastoreUtil.getColumnNames(AbstractCubeTable table)
           
 List<String> SchemaGraph.JoinPath.getColumnsForTable(AbstractCubeTable table)
           
 

Constructors in org.apache.lens.cube.metadata with parameters of type AbstractCubeTable
JoinChain(AbstractCubeTable table, String name)
          This is used only for serializing
SchemaGraph.GraphSearch(AbstractCubeTable source, AbstractCubeTable target, SchemaGraph graph)
           
SchemaGraph.TableRelationship(String fromCol, AbstractCubeTable fromTab, String toCol, AbstractCubeTable toTab)
           
 

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

Classes in org.apache.lens.cube.parse with type parameters of type AbstractCubeTable
 class PruneCauses<T extends AbstractCubeTable>
           
 

Methods in org.apache.lens.cube.parse that return AbstractCubeTable
 AbstractCubeTable CubeQueryContext.getCubeTableForAlias(String alias)
           
 AbstractCubeTable CubeQueryContext.getQueriedTable(String alias)
           
 

Methods in org.apache.lens.cube.parse with parameters of type AbstractCubeTable
 void CubeQueryContext.addColumnsQueried(AbstractCubeTable table, String column)
           
 

Uses of AbstractCubeTable in org.apache.lens.storage.db
 

Subclasses of AbstractCubeTable in org.apache.lens.storage.db
 class DBStorage
          The Class DBStorage.
 



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