Modules§
Structs§
Enums§
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§
- AsOf
Join Type Primitive - Join
OpPrimitive 🔒 - Join
Type Primitive - The
JoinType
andSideType
are to mimic a enum, because currently enum is not supported in const generic. - Side
Type Primitive