pub fn scalar_subquery<Source: Table, V>(
query: SelectQuery<Source, V>,
) -> TypedExpression<V>Expand description
Embed a typed single-column SELECT as a scalar expression.
The compiler validates that custom selections still emit exactly one SQL expression.