Selecto.Advanced.LateralJoin.Spec (Selecto v0.4.3)
Specification for a LATERAL join operation.
Link to this section Summary
Link to this section Types
Link to this type
correlation_ref()
@type correlation_ref() :: {:ref, String.t()}
Link to this type
join_type()
@type join_type() :: :left | :inner | :right | :full
Link to this type
json_table_column()
Link to this type
subquery_builder()
@type t() :: %Selecto.Advanced.LateralJoin.Spec{ alias: String.t(), correlation_refs: [correlation_ref()], id: String.t(), join_type: join_type(), subquery_builder: subquery_builder() | nil, table_function: table_function() | nil, validated: boolean() }
Link to this type