Uses of Interface
org.apache.drill.exec.physical.base.DbGroupScan
Packages that use DbGroupScan
Package
Description
-
Uses of DbGroupScan in org.apache.drill.exec.physical.base
Classes in org.apache.drill.exec.physical.base that implement DbGroupScanMethods in org.apache.drill.exec.physical.base that return DbGroupScanModifier and TypeMethodDescriptionAbstractDbGroupScan.getRestrictedScan
(List<SchemaPath> columns) DbGroupScan.getRestrictedScan
(List<SchemaPath> columns) If this DbGroupScan supports restricted scan, create a restricted scan from this DbGroupScan. -
Uses of DbGroupScan in org.apache.drill.exec.planner.index
Methods in org.apache.drill.exec.planner.index that return DbGroupScanModifier and TypeMethodDescriptionIndexCallContext.getGroupScan()
IndexLogicalPlanCallContext.getGroupScan()
IndexPhysicalPlanCallContext.getGroupScan()
-
Uses of DbGroupScan in org.apache.drill.exec.planner.index.generators
Methods in org.apache.drill.exec.planner.index.generators with parameters of type DbGroupScanModifier and TypeMethodDescriptionprotected org.apache.calcite.rel.RelNode
AbstractIndexPlanGenerator.createRangeDistRight
(org.apache.calcite.rel.RelNode rightPrel, org.apache.calcite.rel.type.RelDataTypeField rightRowKeyField, DbGroupScan origDbGroupScan) -
Uses of DbGroupScan in org.apache.drill.exec.planner.index.rules
Methods in org.apache.drill.exec.planner.index.rules with parameters of type DbGroupScanModifier and TypeMethodDescriptionstatic boolean
AbstractMatchFunction.containsStar
(DbGroupScan dbscan)