Package org.apache.calcite.test
Class AbstractModifiableView
java.lang.Object
org.apache.calcite.schema.impl.AbstractTable
org.apache.calcite.test.AbstractModifiableView
- All Implemented Interfaces:
ModifiableView
,Table
,Wrapper
Abstract base class for implementations of
ModifiableView
.-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.calcite.schema.impl.AbstractTable
getJdbcTableType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg, unwrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.calcite.schema.ModifiableView
getColumnMapping, getConstraint, getTable, getTablePath
Methods inherited from interface org.apache.calcite.schema.Table
getJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
Methods inherited from interface org.apache.calcite.schema.Wrapper
maybeUnwrap, unwrapOrThrow
-
Constructor Details
-
AbstractModifiableView
protected AbstractModifiableView()
-