| Package | Description |
|---|---|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReference |
ValueVectorReadExpression.getBatchRef() |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
| Constructor and Description |
|---|
ValueVectorReadExpression(TypedFieldId tfId,
BatchReference batchRef) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.