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