Package | Description |
---|---|
org.apache.drill.exec.physical.impl.scan.v3.file | |
org.apache.drill.exec.store.dfs.easy | |
org.apache.drill.exec.store.schedule |
Modifier and Type | Method and Description |
---|---|
void |
FileScanLifecycleBuilder.fileSplitImpls(List<CompleteFileWork.FileWorkImpl> splits)
Legacy version because the file scan operator exposes the
implementation, not the interface.
|
Modifier and Type | Method and Description |
---|---|
List<CompleteFileWork.FileWorkImpl> |
EasySubScan.getWorkUnits() |
Constructor and Description |
---|
EasySubScan(String userName,
List<CompleteFileWork.FileWorkImpl> files,
EasyFormatPlugin<?> plugin,
List<SchemaPath> columns,
org.apache.hadoop.fs.Path selectionRoot,
int partitionDepth,
TupleMetadata schema,
int limit) |
EasySubScan(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) |
Modifier and Type | Method and Description |
---|---|
CompleteFileWork.FileWorkImpl |
CompleteFileWork.getAsFileWork() |
Copyright © 1970 The Apache Software Foundation. All rights reserved.