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,
String selectionRoot) |
EasySubScan(String userName,
List<CompleteFileWork.FileWorkImpl> files,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry,
List<SchemaPath> columns,
String selectionRoot) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaPath> |
getColumns() |
FormatPluginConfig |
getFormatConfig() |
EasyFormatPlugin<?> |
getFormatPlugin() |
int |
getOperatorType() |
String |
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, setOperatorIdpublic EasySubScan(String userName, List<CompleteFileWork.FileWorkImpl> files, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry, List<SchemaPath> columns, String selectionRoot) throws IOException, ExecutionSetupException
IOExceptionExecutionSetupExceptionpublic EasySubScan(String userName, List<CompleteFileWork.FileWorkImpl> files, EasyFormatPlugin<?> plugin, List<SchemaPath> columns, String selectionRoot)
public String getSelectionRoot()
public EasyFormatPlugin<?> getFormatPlugin()
public List<CompleteFileWork.FileWorkImpl> getWorkUnits()
public StoragePluginConfig getStorageConfig()
public FormatPluginConfig getFormatConfig()
public List<SchemaPath> getColumns()
public int getOperatorType()
Copyright © 2017 The Apache Software Foundation. All rights reserved.