Module join

Source

Modules§

AsOfJoinType
JoinOp 🔒
JoinType
SideType
builder
hash_join
join_row_set
row

Structs§

AsOfDesc

Enums§

AsOfInequalityType

Functions§

forward_exactly_once
Send the update only once if the join type is semi/anti and the update is the same side as the join
is_anti
is_as_of_left_outer
is_left_semi_or_anti
is_outer_side
is_right_semi_or_anti
is_semi
need_left_degree
need_right_degree
only_forward_matched_side
outer_side_null

Type Aliases§

AsOfJoinTypePrimitive
JoinOpPrimitive 🔒
JoinTypePrimitive
The JoinType and SideType are to mimic a enum, because currently enum is not supported in const generic.
SideTypePrimitive