Class DeltaRowGroupScan
java.lang.Object
org.apache.drill.exec.physical.base.AbstractBase
org.apache.drill.exec.store.parquet.AbstractParquetRowGroupScan
org.apache.drill.exec.store.delta.DeltaRowGroupScan
- All Implemented Interfaces:
Iterable<PhysicalOperator>
,GraphValue<PhysicalOperator>
,FragmentLeaf
,Leaf
,PhysicalOperator
,Scan
,SubScan
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.parquet.AbstractParquetRowGroupScan
columns, filter, readerConfig, rowGroupReadEntries, schema, selectionRoot
Fields inherited from class org.apache.drill.exec.physical.base.AbstractBase
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
-
Constructor Summary
ConstructorDescriptionDeltaRowGroupScan
(String userName, DeltaFormatPlugin formatPlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitions, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) DeltaRowGroupScan
(StoragePluginRegistry registry, String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatPluginConfig, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitions, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) -
Method Summary
Modifier and TypeMethodDescriptioncopy
(List<SchemaPath> columns) org.apache.hadoop.conf.Configuration
getFsConf
(RowGroupReadEntry rowGroupReadEntry) getNewWithChildren
(List<PhysicalOperator> children) Regenerate with this node with a new set of children.getPartitions
(RowGroupReadEntry rowGroupReadEntry) getPartitionValues
(RowGroupReadEntry rowGroupReadEntry) boolean
isImplicitColumn
(SchemaPath path, String partitionColumnLabel) boolean
Methods inherited from class org.apache.drill.exec.store.parquet.AbstractParquetRowGroupScan
accept, getColumns, getFilter, getReaderConfig, getReaderConfigForSerialization, getRowGroupReadEntries, getSchema, getSelectionRoot, isExecutable, iterator
Methods inherited from class org.apache.drill.exec.physical.base.AbstractBase
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.drill.common.graph.GraphValue
accept
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.apache.drill.exec.physical.base.PhysicalOperator
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
-
Field Details
-
OPERATOR_TYPE
- See Also:
-
-
Constructor Details
-
DeltaRowGroupScan
public DeltaRowGroupScan(StoragePluginRegistry registry, String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatPluginConfig, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitions, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) -
DeltaRowGroupScan
public DeltaRowGroupScan(String userName, DeltaFormatPlugin formatPlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitions, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema)
-
-
Method Details
-
getStorageConfig
-
getFormatPluginConfig
-
getPartitions
-
getNewWithChildren
Description copied from interface:PhysicalOperator
Regenerate with this node with a new set of children. This is used in the case of materialization or optimization. -
getOperatorType
-
copy
- Specified by:
copy
in classAbstractParquetRowGroupScan
-
getFsConf
- Specified by:
getFsConf
in classAbstractParquetRowGroupScan
-
supportsFileImplicitColumns
public boolean supportsFileImplicitColumns()- Specified by:
supportsFileImplicitColumns
in classAbstractParquetRowGroupScan
-
getPartitionValues
- Specified by:
getPartitionValues
in classAbstractParquetRowGroupScan
-
getPartitions
-
isImplicitColumn
- Overrides:
isImplicitColumn
in classAbstractParquetRowGroupScan
-