deephaven.stream¶
- kafka
- cdc
- consumer
- producer
topics()
- table_publisher
Utility module for the stream subpackage.
- add_only_to_blink(table)[source]¶
Creates a blink table from the given add-only table. The blink table contains the rows added in the latest update cycle.
Note that the use of this function should be limited to add-only tables that are not fully in-memory, or when blink table specific aggregation semantics are desired. If the table is fully in-memory, creating a downstream blink table is not recommended because it doesn’t achieve the main benefit of blink tables, which is to reduce memory usage but instead increases memory usage.