Uses of Interface
org.apache.drill.exec.physical.base.SubScan
Package
Description
Drill storage plugin.
Kafka storage plugin.
Defines a mock data source which generates dummy test data for use
in testing.
MongoDB storage plugin.
-
Uses of SubScan in org.apache.drill.exec.physical.base
Modifier and TypeClassDescriptionclass
class
class
The type of scan operator, which allows to scan schemaless tables (DynamicDrillTable
with null selection)Modifier and TypeMethodDescriptionGroupScan.getSpecificScan
(int minorFragmentId) SchemalessScan.getSpecificScan
(int minorFragmentId) Modifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitSubScan
(SubScan subScan, X value) PhysicalVisitor.visitSubScan
(SubScan subScan, EXTRA value) -
Uses of SubScan in org.apache.drill.exec.physical.config
Modifier and TypeMethodDescriptionHashJoinPOP.getSubScanForRowKeyJoin()
RowKeyJoinPOP.getSubScanForRowKeyJoin()
Modifier and TypeMethodDescriptionvoid
HashJoinPOP.setSubScanForRowKeyJoin
(SubScan subScan) void
RowKeyJoinPOP.setSubScanForRowKeyJoin
(SubScan subScan) -
Uses of SubScan in org.apache.drill.exec.planner.fragment
Modifier and TypeMethodDescriptionvoid
Materializer.IndexedFragmentNode.addSubScan
(SubScan subScan) Materializer.visitSubScan
(SubScan subScan, Materializer.IndexedFragmentNode value) -
Uses of SubScan in org.apache.drill.exec.planner.fragment.contrib
Modifier and TypeMethodDescriptionExchangeRemoverMaterializer.visitSubScan
(SubScan subScan, Materializer.IndexedFragmentNode value) OperatorIdVisitor.visitSubScan
(SubScan subScan, Integer parentOpId) -
Uses of SubScan in org.apache.drill.exec.store.delta
-
Uses of SubScan in org.apache.drill.exec.store.dfs.easy
-
Uses of SubScan in org.apache.drill.exec.store.direct
-
Uses of SubScan in org.apache.drill.exec.store.drill.plugin
-
Uses of SubScan in org.apache.drill.exec.store.druid
Modifier and TypeClassDescriptionclass
A Class containing information to read a single druid data source. -
Uses of SubScan in org.apache.drill.exec.store.enumerable
-
Uses of SubScan in org.apache.drill.exec.store.googlesheets
-
Uses of SubScan in org.apache.drill.exec.store.hbase
Modifier and TypeClassDescriptionclass
Information for reading a single HBase region -
Uses of SubScan in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionHiveDrillNativeParquetScan.getSpecificScan
(int minorFragmentId) HiveScan.getSpecificScan
(int minorFragmentId) -
Uses of SubScan in org.apache.drill.exec.store.http
-
Uses of SubScan in org.apache.drill.exec.store.iceberg
-
Uses of SubScan in org.apache.drill.exec.store.ischema
-
Uses of SubScan in org.apache.drill.exec.store.jdbc
-
Uses of SubScan in org.apache.drill.exec.store.kafka
-
Uses of SubScan in org.apache.drill.exec.store.kudu
-
Uses of SubScan in org.apache.drill.exec.store.mock
Modifier and TypeClassDescriptionclass
Describes a physical scan operation for the mock data source. -
Uses of SubScan in org.apache.drill.exec.store.mongo
-
Uses of SubScan in org.apache.drill.exec.store.openTSDB
-
Uses of SubScan in org.apache.drill.exec.store.parquet
-
Uses of SubScan in org.apache.drill.exec.store.phoenix
-
Uses of SubScan in org.apache.drill.exec.store.splunk
-
Uses of SubScan in org.apache.drill.exec.store.sys