Package | Description |
---|---|
org.apache.lens.cube.parse | |
org.apache.lens.cube.parse.join |
Modifier and Type | Class and Description |
---|---|
class |
DimOnlyHQLContext
HQL context class which passes all query strings from
CubeQueryContext and works with all dimensions to be
queried. |
class |
StorageCandidateHQLContext
Created on 31/03/17.
|
Modifier and Type | Method and Description |
---|---|
static DefaultQueryAST |
DefaultQueryAST.fromStorageCandidate(DimHQLContext sc) |
static DefaultQueryAST |
DefaultQueryAST.fromStorageCandidate(DimHQLContext sc,
QueryAST ast) |
Modifier and Type | Method and Description |
---|---|
String |
AutoJoinContext.getFromString(String fromTable,
DimHQLContext sc,
Map<Dimension,CandidateDim> dimsToQuery,
CubeQueryContext cubeql) |
String |
AutoJoinContext.getMergedJoinClause(CubeQueryContext cubeql,
DimHQLContext sc,
JoinClause joinClause,
Map<Dimension,CandidateDim> dimsToQuery) |
Set<Dimension> |
AutoJoinContext.pickOptionalTables(DimHQLContext sc,
Set<Dimension> qdims,
CubeQueryContext cubeql) |
Constructor and Description |
---|
BridgeTableJoinContext(CubeQueryContext cubeql,
DimHQLContext sc,
String bridgeTableFieldAggr,
String arrayFilter,
boolean doFlatteningEarly) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.