Module asof_join

Module asof_join 

Source
Expand description

AsOf join executor with optional LRU cache.

When use_cache is false, the executor directly queries the state table. When use_cache is true, the AsOfJoinHashMap maintains an LRU cache. Controlled by the session variable streaming_asof_join_use_cache.

Structsยง

AsOfJoinExecutor
AsOfJoinExecutor for streaming as-of joins.
EqJoinArgs ๐Ÿ”’
JoinParams
JoinSide ๐Ÿ”’