Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.cube.parse | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
Dimension |
CubeMetastoreClient.getDimension(String tableName)
Get
Cube object corresponding to the name |
Modifier and Type | Method and Description |
---|---|
Collection<Dimension> |
CubeMetastoreClient.getAllDimensions()
Get all cubes in metastore
|
Modifier and Type | Method and Description |
---|---|
void |
JoinChain.addProperties(Dimension dimension) |
void |
CubeMetastoreClient.alterDimension(String dimName,
Dimension newDim)
Alter dimension specified by the dimension name to new definition
|
void |
CubeMetastoreClient.createDimension(Dimension dim)
Create dimension in metastore defined by
Dimension object |
List<CubeDimensionTable> |
CubeMetastoreClient.getAllDimensionTables(Dimension dim)
Get all dimension tables of the dimension.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
CandidateDim.getBaseTable() |
Modifier and Type | Method and Description |
---|---|
Map<Dimension,Set<CandidateDim>> |
CubeQueryContext.getCandidateDims() |
Map<Dimension,Set<CandidateDim>> |
CubeQueryContext.getCandidateDimTables() |
Set<Dimension> |
CubeQueryContext.getDimensions() |
Map<Dimension,PruneCauses<CubeDimensionTable>> |
CubeQueryContext.getDimPruningMsgs() |
Map<org.apache.lens.cube.parse.CubeQueryContext.QueriedExprColumn,Set<Dimension>> |
CubeQueryContext.getExprColToDim() |
Set<Dimension> |
CubeQueryContext.getNonChainedDimensions() |
Map<Dimension,org.apache.lens.cube.parse.CubeQueryContext.OptionalDimCtx> |
CubeQueryContext.getOptionalDimensionMap() |
Set<Dimension> |
CubeQueryContext.getOptionalDimensions() |
Map<String,Set<Dimension>> |
CubeQueryContext.getRefColToDim() |
Set<Dimension> |
DenormalizationResolver.DenormalizationContext.rewriteDenormctx(CandidateFact cfact,
Map<Dimension,CandidateDim> dimsToQuery,
boolean replaceFact) |
Modifier and Type | Method and Description |
---|---|
void |
CubeQueryContext.addDimPruningMsgs(Dimension dim,
CubeDimensionTable dimtable,
CandidateTablePruneCause msg) |
void |
CubeQueryContext.updateExprColDim(String tblAlias,
String col,
Dimension dim) |
void |
CubeQueryContext.updateRefColDim(String col,
Dimension dim) |
Modifier and Type | Method and Description |
---|---|
Set<Dimension> |
DenormalizationResolver.DenormalizationContext.rewriteDenormctx(CandidateFact cfact,
Map<Dimension,CandidateDim> dimsToQuery,
boolean replaceFact) |
Modifier and Type | Method and Description |
---|---|
static Dimension |
JAXBUtils.dimensionFromXDimension(XDimension dimension) |
Modifier and Type | Method and Description |
---|---|
static XDimension |
JAXBUtils.xdimensionFromDimension(Dimension dimension) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.