public class JdbcWriter extends AbstractWriter
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
child
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
JdbcWriter(PhysicalOperator child,
String name,
StoragePluginConfig storageConfig,
org.apache.calcite.adapter.jdbc.JdbcSchema inner,
StoragePluginRegistry engineRegistry) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.adapter.jdbc.JdbcSchema |
getInner() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
JdbcStoragePlugin |
getPlugin() |
StoragePluginConfig |
getStorage() |
String |
getTableName() |
String |
toString() |
accept, getStorageStrategy, setStorageStrategy
getChild, getNewWithChildren, iterator
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
accept
forEach, iterator, spliterator
public static final String OPERATOR_TYPE
public JdbcWriter(PhysicalOperator child, String name, StoragePluginConfig storageConfig, org.apache.calcite.adapter.jdbc.JdbcSchema inner, StoragePluginRegistry engineRegistry) throws IOException, ExecutionSetupException
IOException
ExecutionSetupException
public String getOperatorType()
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild
in class AbstractSingle
public String getTableName()
public StoragePluginConfig getStorage()
public org.apache.calcite.adapter.jdbc.JdbcSchema getInner()
public JdbcStoragePlugin getPlugin()
Copyright © 1970 The Apache Software Foundation. All rights reserved.