Uses of Class
org.apache.drill.common.logical.data.Scan
Packages that use Scan
Package
Description
Logical operators in a query graph.
Visitors for Drill logical plan graphs.
-
Uses of Scan in org.apache.drill.common.logical.data
Methods in org.apache.drill.common.logical.data that return Scan -
Uses of Scan in org.apache.drill.common.logical.data.visitors
Methods in org.apache.drill.common.logical.data.visitors with parameters of type Scan -
Uses of Scan in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical that return types with arguments of type ScanModifier and TypeMethodDescriptionstatic Map<Scan,
ScanFieldDeterminer.FieldList> ScanFieldDeterminer.getFieldLists
(LogicalPlan plan) Methods in org.apache.drill.exec.planner.logical with parameters of type ScanModifier and TypeMethodDescriptionstatic DrillScanRel
DrillScanRel.convert
(Scan scan, ConversionContext context) ScanFieldDeterminer.visitScan
(Scan scan, ScanFieldDeterminer.FieldList value) -
Uses of Scan in org.apache.drill.exec.planner.torel
Methods in org.apache.drill.exec.planner.torel with parameters of type Scan