Skip to main content

parse_select

Function parse_select 

Source
pub fn parse_select(sql: &str) -> Result<SelectQuery, SelectError>
Expand description

Parse and validate a S3 Select SQL expression.

Reject features that have no row-streaming semantics on a single object: aggregates, GROUP BY, HAVING, JOIN, ORDER BY, LIMIT, DISTINCT.