Uses of Class
org.apache.drill.exec.store.schedule.CompleteFileWork.FileWorkImpl
Package
Description
-
Uses of CompleteFileWork.FileWorkImpl in org.apache.drill.exec.physical.impl.scan.v3.file
Modifier and TypeMethodDescriptionvoid
FileScanLifecycleBuilder.fileSplitImpls
(List<CompleteFileWork.FileWorkImpl> splits) Legacy version because the file scan operator exposes the implementation, not the interface. -
Uses of CompleteFileWork.FileWorkImpl in org.apache.drill.exec.store.dfs.easy
ModifierConstructorDescriptionEasySubScan
(String userName, List<CompleteFileWork.FileWorkImpl> files, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, int partitionDepth, TupleMetadata schema, int limit) EasySubScan
(String userName, List<CompleteFileWork.FileWorkImpl> files, EasyFormatPlugin<?> plugin, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, int partitionDepth, TupleMetadata schema, int limit) -
Uses of CompleteFileWork.FileWorkImpl in org.apache.drill.exec.store.schedule