deephaven.stream#

Utility module for the stream subpackage.

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

Parameters:

table (Table) – a blink table

Return type:

Table

Returns:

an append-only table

Raises:

DHError

stream_to_append_only(table)[source]#

Deprecated synonym for blink_to_append_only

Return type:

Table