Module agnes::join [] [src]

DataView join structs and implementations.

Structs

Join

Join information used to describe the type of join being used.

Enums

JoinKind

The kind of join

Predicate

Join predicate (comparison operator between two sides of the join)

Functions

hash_join

Join two dataviews with specified Join using hash join algorithm. Only valid for joins with the 'Equal' predicate.

sort_merge_join

Join two dataviews with specified Join using the sort-merge algorithm.