public interface ModifiableTable extends QueryableTable
NOTE: The current API is inefficient and experimental. It will change without notice.
| Modifier and Type | Method and Description |
|---|---|
Collection |
getModifiableCollection()
Returns the modifiable collection.
|
TableModify |
toModificationRel(RelOptCluster cluster,
RelOptTable table,
Prepare.CatalogReader catalogReader,
RelNode child,
TableModify.Operation operation,
List<String> updateColumnList,
boolean flattened)
Creates a relational expression that modifies this table.
|
asQueryable, getElementType, getExpressiongetJdbcTableType, getRowType, getStatisticCollection getModifiableCollection()
TableModify toModificationRel(RelOptCluster cluster, RelOptTable table, Prepare.CatalogReader catalogReader, RelNode child, TableModify.Operation operation, List<String> updateColumnList, boolean flattened)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.