Skip to main content

parse_select

Function parse_select 

Source
pub fn parse_select(input: &str) -> Result<Vec<SelectItem>, Error>
Expand description

Parse the select= parameter into a list of SelectItems.

Handles: fields, aliases, casts, JSON paths, aggregates, relation embeddings, spread syntax, hints, join types.