Package org.apache.drill.exec.store.hive
Class HiveDrillNativeParquetRowGroupScan
java.lang.Object
org.apache.drill.exec.physical.base.AbstractBase
org.apache.drill.exec.store.parquet.AbstractParquetRowGroupScan
org.apache.drill.exec.store.hive.HiveDrillNativeParquetRowGroupScan
- All Implemented Interfaces:
Iterable<PhysicalOperator>,GraphValue<PhysicalOperator>,FragmentLeaf,Leaf,PhysicalOperator,Scan,SubScan
-
Field Summary
FieldsFields inherited from class org.apache.drill.exec.store.parquet.AbstractParquetRowGroupScan
columns, filter, readerConfig, rowGroupReadEntries, schema, selectionRootFields inherited from class org.apache.drill.exec.physical.base.AbstractBase
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName -
Constructor Summary
ConstructorsConstructorDescriptionHiveDrillNativeParquetRowGroupScan(String userName, HiveStoragePlugin hiveStoragePlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, HivePartitionHolder hivePartitionHolder, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) HiveDrillNativeParquetRowGroupScan(StoragePluginRegistry registry, String userName, HiveStoragePluginConfig hiveStoragePluginConfig, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, HivePartitionHolder hivePartitionHolder, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) -
Method Summary
Modifier and TypeMethodDescriptioncopy(List<SchemaPath> columns) org.apache.hadoop.conf.ConfigurationgetFsConf(RowGroupReadEntry rowGroupReadEntry) getNewWithChildren(List<PhysicalOperator> children) Regenerate with this node with a new set of children.getPartitionValues(RowGroupReadEntry rowGroupReadEntry) booleanMethods inherited from class org.apache.drill.exec.store.parquet.AbstractParquetRowGroupScan
accept, getColumns, getFilter, getReaderConfig, getReaderConfigForSerialization, getRowGroupReadEntries, getSchema, getSelectionRoot, isExecutable, isImplicitColumn, iteratorMethods inherited from class org.apache.drill.exec.physical.base.AbstractBase
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.common.graph.GraphValue
acceptMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods 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
-
HiveDrillNativeParquetRowGroupScan
public HiveDrillNativeParquetRowGroupScan(StoragePluginRegistry registry, String userName, HiveStoragePluginConfig hiveStoragePluginConfig, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, HivePartitionHolder hivePartitionHolder, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) throws ExecutionSetupException- Throws:
ExecutionSetupException
-
HiveDrillNativeParquetRowGroupScan
public HiveDrillNativeParquetRowGroupScan(String userName, HiveStoragePlugin hiveStoragePlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, HivePartitionHolder hivePartitionHolder, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema)
-
-
Method Details
-
getHiveStoragePluginConfig
-
getHivePartitionHolder
-
getConfProperties
-
getHiveStoragePlugin
-
getNewWithChildren
Description copied from interface:PhysicalOperatorRegenerate with this node with a new set of children. This is used in the case of materialization or optimization.- Parameters:
children-
-
getOperatorType
-
copy
- Specified by:
copyin classAbstractParquetRowGroupScan
-
getFsConf
public org.apache.hadoop.conf.Configuration getFsConf(RowGroupReadEntry rowGroupReadEntry) throws IOException - Specified by:
getFsConfin classAbstractParquetRowGroupScan- Throws:
IOException
-
supportsFileImplicitColumns
public boolean supportsFileImplicitColumns()- Specified by:
supportsFileImplicitColumnsin classAbstractParquetRowGroupScan
-
getPartitionValues
- Specified by:
getPartitionValuesin classAbstractParquetRowGroupScan
-