public class EasySubScan extends AbstractSubScan
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| 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 maxRecords) |
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 maxRecords) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaPath> |
getColumns() |
FormatPluginConfig |
getFormatConfig() |
EasyFormatPlugin<?> |
getFormatPlugin() |
int |
getMaxRecords() |
String |
getOperatorType() |
int |
getPartitionDepth() |
TupleMetadata |
getSchema() |
org.apache.hadoop.fs.Path |
getSelectionRoot() |
StoragePluginConfig |
getStorageConfig() |
List<CompleteFileWork.FileWorkImpl> |
getWorkUnits() |
accept, accept, getNewWithChildren, getSVMode, isExecutable, iteratorgetCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdforEach, spliteratorpublic 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 maxRecords) throws ExecutionSetupException
ExecutionSetupExceptionpublic EasySubScan(String userName, List<CompleteFileWork.FileWorkImpl> files, EasyFormatPlugin<?> plugin, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, int partitionDepth, TupleMetadata schema, int maxRecords)
public org.apache.hadoop.fs.Path getSelectionRoot()
public int getPartitionDepth()
public EasyFormatPlugin<?> getFormatPlugin()
public List<CompleteFileWork.FileWorkImpl> getWorkUnits()
public StoragePluginConfig getStorageConfig()
public FormatPluginConfig getFormatConfig()
public List<SchemaPath> getColumns()
public TupleMetadata getSchema()
public int getMaxRecords()
public String getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.