Uses of Class
org.apache.drill.exec.expr.BatchReference
Packages that use BatchReference
Package
Description
Drill expression materialization and evaluation facilities.
-
Uses of BatchReference in org.apache.drill.exec.expr
Methods in org.apache.drill.exec.expr that return BatchReferenceMethod parameters in org.apache.drill.exec.expr with type arguments of type BatchReferenceModifier and TypeMethodDescriptionstatic LogicalExpression
ExpressionTreeMaterializer.materialize
(LogicalExpression expr, Map<VectorAccessible, BatchReference> batches, ErrorCollector errorCollector, FunctionLookupContext functionLookupContext, boolean allowComplexWriterExpr, boolean unionTypeEnabled) Materializes logical expression taking into account passed parameters.Constructors in org.apache.drill.exec.expr with parameters of type BatchReferenceModifierConstructorDescriptionValueVectorReadExpression
(TypedFieldId tfId, BatchReference batchRef)