Package org.apache.drill.exec.store.hive
Class HiveDrillNativeParquetScanBatchCreator
java.lang.Object
org.apache.drill.exec.store.parquet.AbstractParquetScanBatchCreator
org.apache.drill.exec.store.hive.HiveDrillNativeParquetScanBatchCreator
- All Implemented Interfaces:
BatchCreator<HiveDrillNativeParquetRowGroupScan>
public class HiveDrillNativeParquetScanBatchCreator
extends AbstractParquetScanBatchCreator
implements BatchCreator<HiveDrillNativeParquetRowGroupScan>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.store.parquet.AbstractParquetScanBatchCreator
AbstractParquetScanBatchCreator.AbstractDrillFileSystemManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, HiveDrillNativeParquetRowGroupScan rowGroupScan, List<RecordBatch> children) getDrillFileSystemCreator
(OperatorContext operatorContext, OptionManager optionManager) Methods inherited from class org.apache.drill.exec.store.parquet.AbstractParquetScanBatchCreator
getBatch, getImplicitValues
-
Constructor Details
-
HiveDrillNativeParquetScanBatchCreator
public HiveDrillNativeParquetScanBatchCreator()
-
-
Method Details
-
getBatch
public CloseableRecordBatch getBatch(ExecutorFragmentContext context, HiveDrillNativeParquetRowGroupScan rowGroupScan, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<HiveDrillNativeParquetRowGroupScan>
- Throws:
ExecutionSetupException
-
getDrillFileSystemCreator
protected AbstractParquetScanBatchCreator.AbstractDrillFileSystemManager getDrillFileSystemCreator(OperatorContext operatorContext, OptionManager optionManager) - Specified by:
getDrillFileSystemCreator
in classAbstractParquetScanBatchCreator
-