Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.cube.parse | |
org.apache.lens.server.metastore |
Modifier and Type | Method and Description |
---|---|
JoinChain |
DerivedCube.getChainByName(String chainName) |
JoinChain |
CubeInterface.getChainByName(String chainName)
Get joinchain by given by name
|
JoinChain |
AbstractBaseTable.getChainByName(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,JoinChain> |
AbstractBaseTable.getChainMap() |
Set<JoinChain> |
DerivedCube.getJoinChains() |
Set<JoinChain> |
CubeInterface.getJoinChains()
Get all joinchains defined on the cube
|
Set<JoinChain> |
AbstractBaseTable.getJoinChains() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseTable.alterJoinChain(JoinChain joinchain)
Alters the joinchain if already existing or just adds if it is new chain
|
Modifier and Type | Method and Description |
---|---|
void |
CubeMetastoreClient.createCube(String name,
Set<CubeMeasure> measures,
Set<CubeDimAttribute> dimensions,
Set<ExprColumn> expressions,
Set<JoinChain> chains,
Map<String,String> properties)
Create cube defined by measures, dimensions and properties
|
void |
AbstractBaseTable.setJoinChainProperties(Set<JoinChain> chains) |
Constructor and Description |
---|
JoinChain(JoinChain other)
Copy constructor for JoinChain
|
Constructor and Description |
---|
AbstractBaseTable(String name,
Set<ExprColumn> exprs,
Set<JoinChain> joinChains,
Map<String,String> properties,
double weight) |
Cube(String name,
Set<CubeMeasure> measures,
Set<CubeDimAttribute> dimensions,
Set<ExprColumn> expressions,
Set<JoinChain> joinChains,
Map<String,String> properties,
double weight) |
Dimension(String name,
Set<CubeDimAttribute> attributes,
Set<ExprColumn> expressions,
Set<JoinChain> joinChains,
Map<String,String> properties,
double weight) |
Modifier and Type | Method and Description |
---|---|
Map<String,JoinChain> |
CubeQueryContext.getJoinchains() |
Modifier and Type | Method and Description |
---|---|
static JoinChain |
JAXBUtils.joinChainFromXJoinChain(XJoinChain xj)
Create cube's JoinChain from JAXB counterpart
|
Modifier and Type | Method and Description |
---|---|
static XJoinChain |
JAXBUtils.getXJoinChainFromJoinChain(JoinChain jc)
Create XJoinChain from cube join chain
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.