| Package | Description |
|---|---|
| org.apache.lens.driver.es | |
| org.apache.lens.driver.es.grammar | |
| org.apache.lens.driver.es.translator | |
| org.apache.lens.driver.es.translator.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTTraverserForES.accept() |
void |
ASTTraverserForES.traverseSelects()
Visit select expressions
|
| Modifier and Type | Method and Description |
|---|---|
static Predicates |
Predicates.getFor(String hqlPredicate) |
static LogicalOperators |
LogicalOperators.getFor(String hqlLop) |
static Aggregations |
Aggregations.getFor(String hqlAggregationName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.visitAggregation(String aggregationType,
String columnName,
String alias) |
void |
ASTCriteriaVisitor.visitLogicalOp(String logicalOp,
List<ASTCriteriaVisitor> visitedSubTrees) |
void |
ASTCriteriaVisitor.visitPredicate(String conditionalOp,
String leftCol,
List<String> rightExps)
Visits simple predicate
|
| Modifier and Type | Method and Description |
|---|---|
void |
ESAggregateVisitor.visitAggregation(String aggregationType,
String columnName,
String alias) |
void |
ESCriteriaVisitor.visitLogicalOp(String logicalOp,
List<ASTCriteriaVisitor> visitedSubTrees) |
void |
ESCriteriaVisitor.visitPredicate(String predicateOp,
String leftColCanonical,
List<String> rightExps) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.