| Package | Description |
|---|---|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| org.apache.drill.exec.expr.stat | |
| org.apache.drill.exec.store.parquet | |
| org.apache.drill.exec.store.parquet.stat |
| Modifier and Type | Method and Description |
|---|---|
static LogicalExpression |
ExpressionTreeMaterializer.materializeFilterExpr(LogicalExpression expr,
Map<SchemaPath,ColumnStatistics> fieldTypes,
ErrorCollector errorCollector,
FunctionLookupContext functionLookupContext) |
| Constructor and Description |
|---|
RangeExprEvaluator(Map<SchemaPath,ColumnStatistics> columnStatMap,
long rowCount) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ParquetRGFilterEvaluator.canDrop(LogicalExpression expr,
Map<SchemaPath,ColumnStatistics> columnStatisticsMap,
long rowCount,
UdfUtilities udfUtilities,
FunctionImplementationRegistry functionImplementationRegistry) |
static boolean |
ParquetRGFilterEvaluator.canDrop(ParquetFilterPredicate parquetPredicate,
Map<SchemaPath,ColumnStatistics> columnStatisticsMap,
long rowCount) |
| Modifier and Type | Method and Description |
|---|---|
Map<SchemaPath,ColumnStatistics> |
ParquetMetaStatCollector.collectColStat(Set<SchemaPath> fields) |
Map<SchemaPath,ColumnStatistics> |
ParquetFooterStatCollector.collectColStat(Set<SchemaPath> fields) |
Map<SchemaPath,ColumnStatistics> |
ColumnStatCollector.collectColStat(Set<SchemaPath> fields)
Given a list of fields (SchemaPath), return mapping from field to its corresponding ColumnStatistics
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.