Interface InputTableUpdater
- All Superinterfaces:
- InputTableUpdater,- LivenessReferent
An extension of 
InputTableUpdater that is a LivenessReferent and
 allows materializing the resulting Table.- 
Method SummaryMethods inherited from interface io.deephaven.engine.util.input.InputTableUpdateradd, addAsync, delete, deleteAsync, getKeyNames, getTableDefinition, getValueNames, hasColumn, isKey, validateAddOrModify, validateDeleteMethods inherited from interface io.deephaven.engine.liveness.LivenessReferentdropReference, getReferentDescription, getWeakReference, retainReference, tryRetainReference
- 
Method Details- 
tableTable table()The input table view for this input table updater. The resulting table (and only the resulting table) will be added to theenclosing scopeand have an attribute "InputTable" that managesthis.The returned table will be consistent with modification operations. That is, blocking operations such as InputTableUpdater.add(Table)andInputTableUpdater.delete(Table)will be visible in the returned table after the blocking operations have completed.- Returns:
- the input table view
 
 
-