IcebergTable
The IcebergTable class is a subclass of Deephaven table that allows users to dynamically update the table with new snapshots from an Iceberg catalog.
Constructors
Methods
update: Updates the table to match the contents of the specified snapshot ID. This is only useable if the update mode is set toIcebergUpdateMode.manual_refresh. If no snapshot ID is given, the most recent snapshot is used.
Examples
The following code block.