Module transform::join_implementation[][src]

Expand description

Determines the join implementation for join operators.

This includes determining the type of join (e.g. differential linear, or delta queries), determining the orders of collections, lifting predicates if useful arrangements exist, and identifying opportunities to use indexes to replace filters.

Modules

Structs

Characteristics of a join order candidate collection.

Determines the join implementation for join operators.

Functions

Modify inputs to ensure specified arrangements are available.