Uses of Class
org.apache.drill.exec.planner.index.IndexableExprMarker
-
Uses of IndexableExprMarker in org.apache.drill.exec.planner.index
Modifier and TypeFieldDescriptionIndexLogicalPlanCallContext.origMarker
IndexPhysicalPlanCallContext.origMarker
Modifier and TypeMethodDescriptionIndexCallContext.getOrigMarker()
IndexLogicalPlanCallContext.getOrigMarker()
IndexPhysicalPlanCallContext.getOrigMarker()
Modifier and TypeMethodDescriptionIndexPlanUtils.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 IndexableExprMarkerstatic 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.