Class DeltaScanBatchCreator
java.lang.Object
org.apache.drill.exec.store.parquet.AbstractParquetScanBatchCreator
org.apache.drill.exec.store.delta.read.DeltaScanBatchCreator
- All Implemented Interfaces:
BatchCreator<DeltaRowGroupScan>
public class DeltaScanBatchCreator
extends AbstractParquetScanBatchCreator
implements BatchCreator<DeltaRowGroupScan>
-
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, DeltaRowGroupScan rowGroupScan, List<RecordBatch> children) getDrillFileSystemCreator
(OperatorContext operatorContext, OptionManager optionManager) getImplicitValues
(AbstractParquetRowGroupScan rowGroupScan, ColumnExplorer columnExplorer, RowGroupReadEntry rowGroup, DrillFileSystem fs) Methods inherited from class org.apache.drill.exec.store.parquet.AbstractParquetScanBatchCreator
getBatch
-
Constructor Details
-
DeltaScanBatchCreator
public DeltaScanBatchCreator()
-
-
Method Details
-
getBatch
public CloseableRecordBatch getBatch(ExecutorFragmentContext context, DeltaRowGroupScan rowGroupScan, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<DeltaRowGroupScan>
- Throws:
ExecutionSetupException
-
getDrillFileSystemCreator
protected AbstractParquetScanBatchCreator.AbstractDrillFileSystemManager getDrillFileSystemCreator(OperatorContext operatorContext, OptionManager optionManager) - Specified by:
getDrillFileSystemCreator
in classAbstractParquetScanBatchCreator
-
getImplicitValues
protected Map<String,String> getImplicitValues(AbstractParquetRowGroupScan rowGroupScan, ColumnExplorer columnExplorer, RowGroupReadEntry rowGroup, DrillFileSystem fs) - Overrides:
getImplicitValues
in classAbstractParquetScanBatchCreator
-