Package | Description |
---|---|
org.apache.drill.common.expression.visitors |
Visitors for validating or optimizing logical expressions.
|
org.apache.drill.exec.compile.sig |
TODO - write docs for this package
|
org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
AggregateChecker.visitTypedFieldExpr(TypedFieldExpr e,
ErrorCollector value) |
Void |
ExpressionValidator.visitTypedFieldExpr(TypedFieldExpr e,
ErrorCollector value) |
T |
AbstractExprVisitor.visitTypedFieldExpr(TypedFieldExpr e,
VAL value) |
T |
ExprVisitor.visitTypedFieldExpr(TypedFieldExpr e,
VAL value) |
Modifier and Type | Method and Description |
---|---|
Boolean |
ConstantExpressionIdentifier.visitTypedFieldExpr(TypedFieldExpr e,
IdentityHashMap<LogicalExpression,Object> value) |
Modifier and Type | Method and Description |
---|---|
LogicalExpression |
FilterBuilder.visitTypedFieldExpr(TypedFieldExpr typedFieldExpr,
Set<LogicalExpression> value) |
ColumnStatistics<?> |
StatisticsProvider.visitTypedFieldExpr(TypedFieldExpr typedFieldExpr,
Void value) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.