Uses of Class
org.apache.drill.exec.store.parquet.AbstractParquetGroupScan
Package
Description
-
Uses of AbstractParquetGroupScan in org.apache.drill.exec.store.delta
Modifier and TypeMethodDescriptionprotected AbstractParquetGroupScan
DeltaGroupScan.cloneWithFileSelection
(Collection<org.apache.hadoop.fs.Path> filePaths) -
Uses of AbstractParquetGroupScan in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionprotected AbstractParquetGroupScan
HiveDrillNativeParquetScan.cloneWithFileSelection
(Collection<org.apache.hadoop.fs.Path> filePaths) -
Uses of AbstractParquetGroupScan in org.apache.drill.exec.store.parquet
Modifier and TypeMethodDescriptionAbstractParquetGroupScan.RowGroupScanFilterer.build()
protected abstract AbstractParquetGroupScan
AbstractParquetGroupScan.cloneWithFileSelection
(Collection<org.apache.hadoop.fs.Path> filePaths) protected AbstractParquetGroupScan
ParquetGroupScan.cloneWithFileSelection
(Collection<org.apache.hadoop.fs.Path> filePaths) protected abstract AbstractParquetGroupScan
AbstractParquetGroupScan.RowGroupScanFilterer.getNewScan()
Returns newAbstractParquetGroupScan
instance to be populated with filtered metadata from thisAbstractParquetGroupScan.RowGroupScanFilterer
instance.