Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.cube.parse | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
Cube |
DerivedCube.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
JoinChain.addProperties(Cube cube) |
Date |
CubeMetastoreClient.getLatestDateOfCube(Cube cube,
String timeDimension)
get latest date for timeDimension from all fact-storage tables belonging to the given cube having timeDimension,
return the most recent of all.
|
Constructor and Description |
---|
DerivedCube(String name,
Set<String> measures,
Set<String> dimensions,
Cube parent) |
DerivedCube(String name,
Set<String> measures,
Set<String> dimensions,
Map<String,String> properties,
double weight,
Cube parent) |
DerivedCube(org.apache.hadoop.hive.ql.metadata.Table tbl,
Cube parent) |
Modifier and Type | Method and Description |
---|---|
Cube |
CubeQueryContext.getBaseCube() |
Modifier and Type | Method and Description |
---|---|
static CubeInterface |
JAXBUtils.hiveCubeFromXCube(XCube cube,
Cube parent)
Create a hive ql cube object from corresponding JAXB object
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.