Package | Description |
---|---|
org.apache.lens.cube.error | |
org.apache.lens.cube.metadata | |
org.apache.lens.cube.parse |
Constructor and Description |
---|
NoCandidateDimAvailableException(PruneCauses<CubeDimensionTable> briefAndDetailedError) |
Modifier and Type | Method and Description |
---|---|
static CubeDimensionTable |
JAXBUtils.cubeDimTableFromDimTable(XDimensionTable dimensionTable) |
CubeDimensionTable |
CubeMetastoreClient.getDimensionTable(String tableName)
Get
CubeDimensionTable object corresponding to the name |
Modifier and Type | Method and Description |
---|---|
Collection<CubeDimensionTable> |
CubeMetastoreClient.getAllDimensionTables()
Get all dimension tables in metastore
|
List<CubeDimensionTable> |
CubeMetastoreClient.getAllDimensionTables(Dimension dim)
Get all dimension tables of the dimension.
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.addStorage(CubeDimensionTable dim,
String storage,
UpdatePeriod dumpPeriod,
StorageTableDesc storageTableDesc)
Adds storage to dimension and creates corresponding storage table
|
void |
CubeMetastoreClient.alterCubeDimensionTable(String dimTableName,
CubeDimensionTable cubeDimensionTable,
Map<String,StorageTableDesc> storageTableDescs)
Alter dimension table with new dimension definition and underlying storage tables as well
|
static XDimensionTable |
JAXBUtils.dimTableFromCubeDimTable(CubeDimensionTable cubeDimTable) |
XDimensionTable |
CubeMetastoreClient.getXDimensionTable(CubeDimensionTable dimTable) |
Modifier and Type | Method and Description |
---|---|
CubeDimensionTable |
CandidateDim.getTable() |
Modifier and Type | Method and Description |
---|---|
Map<Dimension,PruneCauses<CubeDimensionTable>> |
CubeQueryContext.getDimPruningMsgs() |
Modifier and Type | Method and Description |
---|---|
void |
CubeQueryContext.addDimPruningMsgs(Dimension dim,
CubeDimensionTable dimtable,
CandidateTablePruneCause msg) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.