public class EasySubScan extends AbstractSubScan
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
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 |
---|---|
List<SchemaPath> |
getColumns() |
FormatPluginConfig |
getFormatConfig() |
EasyFormatPlugin<?> |
getFormatPlugin() |
int |
getLimit() |
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, iterator
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
forEach, spliterator
public 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) throws ExecutionSetupException
ExecutionSetupException
public EasySubScan(String userName, List<CompleteFileWork.FileWorkImpl> files, EasyFormatPlugin<?> plugin, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, int partitionDepth, TupleMetadata schema, int limit)
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 getLimit()
public int getMaxRecords()
public String getOperatorType()
Copyright © 1970 The Apache Software Foundation. All rights reserved.