| Package | Description |
|---|---|
| org.apache.drill.exec.planner.index |
| Modifier and Type | Field and Description |
|---|---|
IndexableExprMarker |
IndexPhysicalPlanCallContext.origMarker |
IndexableExprMarker |
IndexLogicalPlanCallContext.origMarker |
| Modifier and Type | Method and Description |
|---|---|
IndexableExprMarker |
IndexPhysicalPlanCallContext.getOrigMarker() |
IndexableExprMarker |
IndexLogicalPlanCallContext.getOrigMarker() |
IndexableExprMarker |
IndexCallContext.getOrigMarker() |
| Modifier and Type | Method and Description |
|---|---|
static IndexPlanUtils.ConditionIndexed |
IndexPlanUtils.conditionIndexed(IndexableExprMarker exprMarker,
IndexDescriptor indexDesc)
Check if any of the fields of the index are present in a list of LogicalExpressions supplied
as part of IndexableExprMarker
|
static org.apache.calcite.rel.type.RelDataType |
FunctionalIndexHelper.convertRowTypeForIndexScan(DrillScanRelBase origScan,
IndexableExprMarker idxMarker,
IndexGroupScan idxScan,
FunctionalIndexInfo functionInfo)
For IndexScan in non-covering case, rowType to return contains only row_key('_id') of primary table.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.