Package | Description |
---|---|
org.apache.lens.cube.parse |
Modifier and Type | Class and Description |
---|---|
class |
DimHQLContext
Dimension HQLContext.
|
class |
DimOnlyHQLContext
HQL context class which passes all query strings from
CubeQueryContext and works with all dimensions to be
queried. |
class |
MultiCandidateQueryWriterContext
Created on 31/03/17.
|
class |
StorageCandidateHQLContext
Created on 31/03/17.
|
Modifier and Type | Method and Description |
---|---|
QueryWriterContext |
CubeQueryContext.getQueryWriterContext() |
QueryWriterContext |
CubeQueryContext.getQueryWriterContext(Candidate cand,
Map<Dimension,CandidateDim> dimsToQuery) |
default QueryWriterContext |
Candidate.toQueryWriterContext(Map<Dimension,CandidateDim> dimsToQuery,
CubeQueryContext rootCubeQueryContext)
Get query writer context from the candidate.
|
Modifier and Type | Method and Description |
---|---|
List<QueryWriterContext> |
MultiCandidateQueryWriterContext.getChildren() |
Constructor and Description |
---|
MultiCandidateQueryWriterContext(List<QueryWriterContext> children,
CubeQueryContext cubeQueryContext) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.