Crate llkv_join

Crate llkv_join 

Source

Structs§

JoinKey
Join key pair describing which columns to equate.
JoinOptions
Options controlling join execution.

Enums§

JoinAlgorithm
Algorithm to use for join execution.
JoinType
Type of join to perform.

Traits§

TableJoinExt
Extension trait adding join operations to Table.

Functions§

hash_join_stream
Entry point for hash join algorithm.
validate_join_keys
Validate join keys before execution.
validate_join_options
Validate join options before execution.