deephaven.stream

Utility module for the stream subpackage.

stream_to_append_only(table)[source]

Creates an ‘append only’ table from the stream table.

Parameters

table (Table) – a stream table

Return type

Table

Returns

an append-only table

Raises

DHError