Package | Description |
---|---|
org.apache.lens.cube.parse |
Modifier and Type | Class and Description |
---|---|
class |
FactHQLContext
HQL context class which passes all query strings from the fact and works with required dimensions for the fact.
|
class |
SimpleHQLContext
Accepts strings of all expressions and constructs HQL query.
|
class |
SingleFactMultiStorageHQLContext |
class |
UnionHQLContext |
Modifier and Type | Method and Description |
---|---|
HQLContextInterface |
CubeQueryContext.getHqlContext() |
Modifier and Type | Method and Description |
---|---|
List<HQLContextInterface> |
UnionHQLContext.getHqlContexts() |
Modifier and Type | Method and Description |
---|---|
void |
UnionHQLContext.setHqlContexts(List<HQLContextInterface> hqlContexts) |
Constructor and Description |
---|
UnionHQLContext(List<HQLContextInterface> hqlContexts) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.