Uses of Interface
org.apache.drill.exec.physical.base.SubScan
Packages that use SubScan
Package
Description
Defines a mock data source which generates dummy test data for use
in testing.
-
Uses of SubScan in org.apache.drill.exec.physical.base
Subinterfaces of SubScan in org.apache.drill.exec.physical.baseClasses in org.apache.drill.exec.physical.base that implement SubScanModifier and TypeClassDescriptionclassclassclassThe type of scan operator, which allows to scan schemaless tables (DynamicDrillTablewith null selection)Methods in org.apache.drill.exec.physical.base that return SubScanModifier and TypeMethodDescriptionGroupScan.getSpecificScan(int minorFragmentId) SchemalessScan.getSpecificScan(int minorFragmentId) Methods in org.apache.drill.exec.physical.base with parameters of type SubScanModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitSubScan(SubScan subScan, X value) PhysicalVisitor.visitSubScan(SubScan subScan, EXTRA value) -
Uses of SubScan in org.apache.drill.exec.physical.config
Methods in org.apache.drill.exec.physical.config that return SubScanModifier and TypeMethodDescriptionHashJoinPOP.getSubScanForRowKeyJoin()RowKeyJoinPOP.getSubScanForRowKeyJoin()Methods in org.apache.drill.exec.physical.config with parameters of type SubScanModifier and TypeMethodDescriptionvoidHashJoinPOP.setSubScanForRowKeyJoin(SubScan subScan) voidRowKeyJoinPOP.setSubScanForRowKeyJoin(SubScan subScan) -
Uses of SubScan in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that return SubScanMethods in org.apache.drill.exec.planner.fragment with parameters of type SubScanModifier and TypeMethodDescriptionvoidMaterializer.IndexedFragmentNode.addSubScan(SubScan subScan) Materializer.visitSubScan(SubScan subScan, Materializer.IndexedFragmentNode value) -
Uses of SubScan in org.apache.drill.exec.planner.fragment.contrib
Methods in org.apache.drill.exec.planner.fragment.contrib with parameters of type SubScanModifier and TypeMethodDescriptionExchangeRemoverMaterializer.visitSubScan(SubScan subScan, Materializer.IndexedFragmentNode value) OperatorIdVisitor.visitSubScan(SubScan subScan, Integer parentOpId) -
Uses of SubScan in org.apache.drill.exec.store.dfs.easy
Classes in org.apache.drill.exec.store.dfs.easy that implement SubScan -
Uses of SubScan in org.apache.drill.exec.store.direct
Classes in org.apache.drill.exec.store.direct that implement SubScanMethods in org.apache.drill.exec.store.direct that return SubScan -
Uses of SubScan in org.apache.drill.exec.store.enumerable
Classes in org.apache.drill.exec.store.enumerable that implement SubScanMethods in org.apache.drill.exec.store.enumerable that return SubScan -
Uses of SubScan in org.apache.drill.exec.store.ischema
Classes in org.apache.drill.exec.store.ischema that implement SubScanMethods in org.apache.drill.exec.store.ischema that return SubScan -
Uses of SubScan in org.apache.drill.exec.store.mock
Classes in org.apache.drill.exec.store.mock that implement SubScanModifier and TypeClassDescriptionclassDescribes a physical scan operation for the mock data source.Methods in org.apache.drill.exec.store.mock that return SubScan -
Uses of SubScan in org.apache.drill.exec.store.parquet
Classes in org.apache.drill.exec.store.parquet that implement SubScan -
Uses of SubScan in org.apache.drill.exec.store.sys
Classes in org.apache.drill.exec.store.sys that implement SubScanMethods in org.apache.drill.exec.store.sys that return SubScan