Modifier and Type | Interface and Description |
---|---|
interface |
DbGroupScan
A DbGroupScan operator represents the scan associated with a database.
|
interface |
DbSubScan |
interface |
FileGroupScan
FileGroupScan operator represents all data which will be scanned from FileSystem by a given physical plan.
|
interface |
FragmentRoot
Describes the root operation within a particular Fragment.
|
interface |
GroupScan
A GroupScan operator represents all data which will be scanned by a given physical
plan.
|
interface |
IndexGroupScan
An IndexGroupScan operator represents the scan associated with an Index.
|
interface |
Leaf
Operator which specifically is a lowest level leaf node of a query plan
across all possible fragments.
|
interface |
Receiver
A receiver is one half of an exchange operator.
|
interface |
Root
Marker interface describe the root of a query plan.
|
interface |
Scan |
interface |
Sender
A sender is one half of an exchange node operations.
|
interface |
SubScan
A SubScan operator represents the data scanned by a particular major/minor
fragment.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDbGroupScan |
class |
AbstractDbSubScan |
class |
AbstractFileGroupScan |
class |
AbstractGroupScan |
class |
AbstractGroupScanWithMetadata<P extends TableMetadataProvider>
Represents table group scan with metadata usage.
|
class |
AbstractReceiver |
class |
AbstractSender |
class |
AbstractStore |
class |
AbstractSubScan |
class |
SchemalessScan
The type of scan operator, which allows to scan schemaless tables (
DynamicDrillTable with null selection) |
Modifier and Type | Class and Description |
---|---|
class |
BroadcastSender |
class |
HashPartitionSender |
class |
MergingReceiverPOP |
class |
OrderedPartitionSender |
class |
RangePartitionSender |
class |
Screen |
class |
SingleSender
Sender that pushes all data to a single destination node.
|
class |
UnnestPOP |
class |
UnorderedReceiver |
class |
Values |
Modifier and Type | Method and Description |
---|---|
FragmentLeaf |
PhysicalPlanReader.readFragmentLeaf(String json) |
Modifier and Type | Class and Description |
---|---|
class |
EasyGroupScan |
class |
EasySubScan |
Modifier and Type | Class and Description |
---|---|
class |
DirectGroupScan |
class |
DirectSubScan |
class |
MetadataDirectGroupScan
Represents direct scan based on metadata information.
|
Modifier and Type | Class and Description |
---|---|
class |
DruidGroupScan |
class |
DruidSubScan
A Class containing information to read a single druid data source.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumerableGroupScan |
class |
EnumerableSubScan |
Modifier and Type | Class and Description |
---|---|
class |
HBaseGroupScan |
class |
HBaseSubScan
Information for reading a single HBase region
|
Modifier and Type | Class and Description |
---|---|
class |
HiveDrillNativeParquetRowGroupScan |
class |
HiveDrillNativeParquetScan |
class |
HiveScan |
class |
HiveSubScan |
Modifier and Type | Class and Description |
---|---|
class |
HttpGroupScan |
class |
HttpSubScan |
Modifier and Type | Class and Description |
---|---|
class |
IcebergGroupScan |
class |
IcebergSubScan |
Modifier and Type | Class and Description |
---|---|
class |
InfoSchemaGroupScan |
class |
InfoSchemaSubScan |
Modifier and Type | Class and Description |
---|---|
class |
JdbcGroupScan |
class |
JdbcSubScan |
Modifier and Type | Class and Description |
---|---|
class |
KafkaGroupScan |
class |
KafkaSubScan |
Modifier and Type | Class and Description |
---|---|
class |
KuduGroupScan |
class |
KuduSubScan
Information for reading a single Kudu tablet
|
Modifier and Type | Class and Description |
---|---|
class |
MapRDBGroupScan |
class |
MapRDBSubScan |
class |
RestrictedMapRDBSubScan
A RestrictedMapRDBSubScan is intended for skip-scan (as opposed to sequential scan) operations
where the set of rowkeys is obtained from a corresponding RowKeyJoin instance
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryTableGroupScan |
Modifier and Type | Class and Description |
---|---|
class |
JsonTableGroupScan |
class |
RestrictedJsonTableGroupScan
A RestrictedJsonTableGroupScan encapsulates (along with a subscan) the functionality
for doing restricted (i.e skip) scan rather than sequential scan.
|
Modifier and Type | Class and Description |
---|---|
class |
MockGroupScanPOP
Describes a "group" scan of a (logical) mock table.
|
class |
MockStorePOP |
class |
MockSubScanPOP
Describes a physical scan operation for the mock data source.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoGroupScan |
class |
MongoSubScan |
Modifier and Type | Class and Description |
---|---|
class |
OpenTSDBGroupScan |
class |
OpenTSDBSubScan |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParquetGroupScan |
class |
AbstractParquetRowGroupScan |
class |
ParquetGroupScan |
class |
ParquetRowGroupScan |
Modifier and Type | Class and Description |
---|---|
class |
PhoenixGroupScan |
class |
PhoenixSubScan |
Modifier and Type | Class and Description |
---|---|
class |
SplunkGroupScan |
class |
SplunkSubScan |
Modifier and Type | Class and Description |
---|---|
class |
SystemTableScan |
Copyright © 1970 The Apache Software Foundation. All rights reserved.