public class JdbcSubScan extends AbstractSubScan
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
JdbcSubScan(String sql,
List<SchemaPath> columns,
StoragePluginConfig config,
StoragePluginRegistry plugins) |
Modifier and Type | Method and Description |
---|---|
List<SchemaPath> |
getColumns() |
JdbcStorageConfig |
getConfig() |
String |
getOperatorType() |
JdbcStoragePlugin |
getPlugin() |
String |
getSql() |
String |
toString() |
accept, accept, getNewWithChildren, getSVMode, isExecutable, iterator
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
forEach, spliterator
public static final String OPERATOR_TYPE
public JdbcSubScan(String sql, List<SchemaPath> columns, StoragePluginConfig config, StoragePluginRegistry plugins) throws ExecutionSetupException
ExecutionSetupException
public String getOperatorType()
public String getSql()
public List<SchemaPath> getColumns()
public JdbcStorageConfig getConfig()
public JdbcStoragePlugin getPlugin()
Copyright © 1970 The Apache Software Foundation. All rights reserved.