Skip to main content

select

Function select 

Source
pub fn select(
    field_names: impl Into<FieldNames>,
    child: BoundExpression,
) -> BoundExpression
Expand description

Creates a bound expression that selects specific fields from a struct expression.