Uses of Class
org.apache.drill.common.expression.TypedFieldExpr
Packages that use TypedFieldExpr
Package
Description
Visitors for validating or optimizing logical expressions.
TODO - write docs for this package
Drill expression materialization and evaluation facilities.
-
Uses of TypedFieldExpr in org.apache.drill.common.expression.visitors
Methods in org.apache.drill.common.expression.visitors with parameters of type TypedFieldExprModifier and TypeMethodDescriptionAbstractExprVisitor.visitTypedFieldExpr
(TypedFieldExpr e, VAL value) AggregateChecker.visitTypedFieldExpr
(TypedFieldExpr e, ErrorCollector value) ExpressionValidator.visitTypedFieldExpr
(TypedFieldExpr e, ErrorCollector value) ExprVisitor.visitTypedFieldExpr
(TypedFieldExpr e, VAL value) -
Uses of TypedFieldExpr in org.apache.drill.exec.compile.sig
Methods in org.apache.drill.exec.compile.sig with parameters of type TypedFieldExprModifier and TypeMethodDescriptionConstantExpressionIdentifier.visitTypedFieldExpr
(TypedFieldExpr e, IdentityHashMap<LogicalExpression, Object> value) -
Uses of TypedFieldExpr in org.apache.drill.exec.expr
Methods in org.apache.drill.exec.expr with parameters of type TypedFieldExprModifier and TypeMethodDescriptionFilterBuilder.visitTypedFieldExpr
(TypedFieldExpr typedFieldExpr, Set<LogicalExpression> value) StatisticsProvider.visitTypedFieldExpr
(TypedFieldExpr typedFieldExpr, Void value)