Selecto.Builder.Join (Selecto v0.3.8)

Join dependency utilities used by the SQL builder pipeline.

This module extracts required joins from selected columns and filters, then computes a stable join order that respects parent join dependencies.

Link to this section Summary

Link to this section Functions

Link to this function

from_filters(config, filters)

Link to this function

from_selects(fields, selected)

Link to this function

get_join_order(joins, requested_joins)