|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
CandidateTable.getBaseTable()
Get base table of the candidate table |
AbstractCubeTable |
CubeQueryContext.getCubeTableForAlias(String alias)
|
AbstractCubeTable |
CubeQueryContext.getQueriedTable(String alias)
|
AbstractCubeTable |
CandidateTable.getTable()
Get candidate table |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |