public class JdbcSubScan extends AbstractSubScan
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
JdbcSubScan(String sql,
List<SchemaPath> columns,
StoragePluginConfig config,
StoragePluginRegistry plugins) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaPath> |
getColumns() |
StoragePluginConfig |
getConfig() |
String |
getOperatorType() |
JdbcStoragePlugin |
getPlugin() |
String |
getSql() |
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 static final String OPERATOR_TYPE
public JdbcSubScan(String sql, List<SchemaPath> columns, StoragePluginConfig config, StoragePluginRegistry plugins) throws ExecutionSetupException
ExecutionSetupExceptionpublic String getOperatorType()
public String getSql()
public List<SchemaPath> getColumns()
public StoragePluginConfig getConfig()
public JdbcStoragePlugin getPlugin()
Copyright © 2021 The Apache Software Foundation. All rights reserved.