Package | Description |
---|---|
org.apache.lens.cube.parse | |
org.apache.lens.cube.parse.join |
Modifier and Type | Method and Description |
---|---|
Set<CandidateFact> |
CubeQueryContext.getCandidateFacts() |
Set<Set<CandidateFact>> |
CubeQueryContext.getCandidateFactSets() |
Collection<CandidateFact> |
CubeQueryContext.getPickedFacts() |
Modifier and Type | Method and Description |
---|---|
static DefaultQueryAST |
DefaultQueryAST.fromCandidateFact(CandidateFact fact,
String storageTable,
org.apache.lens.cube.parse.QueryAST ast) |
Set<Dimension> |
DenormalizationResolver.DenormalizationContext.rewriteDenormctx(CandidateFact cfact,
Map<Dimension,CandidateDim> dimsToQuery,
boolean replaceFact) |
Constructor and Description |
---|
UnionHQLContext(CubeQueryContext query,
CandidateFact fact) |
UnionHQLContext(CubeQueryContext query,
CandidateFact fact,
List<HQLContextInterface> hqlContexts) |
Modifier and Type | Method and Description |
---|---|
Map<CandidateFact,JoinClause> |
AutoJoinContext.getFactClauses() |
Modifier and Type | Method and Description |
---|---|
String |
AutoJoinContext.getFromString(String fromTable,
CandidateFact fact,
Set<Dimension> qdims,
Map<Dimension,CandidateDim> dimsToQuery,
CubeQueryContext cubeql) |
Set<Dimension> |
AutoJoinContext.pickOptionalTables(CandidateFact fact,
Set<Dimension> qdims,
CubeQueryContext cubeql) |
Modifier and Type | Method and Description |
---|---|
void |
AutoJoinContext.pruneAllPaths(CubeInterface cube,
Set<CandidateFact> cfacts,
Map<Dimension,CandidateDim> dimsToQuery) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.