Package | Description |
---|---|
org.apache.lens.cube.metadata |
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.
|
static CubeInterface |
JAXBUtils.hiveCubeFromXCube(XCube cube,
Cube parent)
Create a hive ql cube object from corresponding JAXB object
|
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) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.