Uses of Class
org.apache.drill.exec.store.schedule.CompleteFileWork.FileWorkImpl
Packages that use CompleteFileWork.FileWorkImpl
Package
Description
-
Uses of CompleteFileWork.FileWorkImpl in org.apache.drill.exec.physical.impl.scan.v3.file
Method parameters in org.apache.drill.exec.physical.impl.scan.v3.file with type arguments of type CompleteFileWork.FileWorkImplModifier 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
Methods in org.apache.drill.exec.store.dfs.easy that return types with arguments of type CompleteFileWork.FileWorkImplConstructor parameters in org.apache.drill.exec.store.dfs.easy with type arguments of type CompleteFileWork.FileWorkImplModifierConstructorDescriptionEasySubScan
(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
Methods in org.apache.drill.exec.store.schedule that return CompleteFileWork.FileWorkImpl