Modifier and Type | Field and Description |
---|---|
protected Graph<PhysicalOperator,Root,Leaf> |
PhysicalPlan.graph |
Modifier and Type | Method and Description |
---|---|
Graph<PhysicalOperator,Root,Leaf> |
PhysicalPlan.graph() |
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 |
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 |
Scan |
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 |
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 |
UnnestPOP |
class |
Values |
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 |
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.