pub fn parse_query(sql: &str) -> Result<Plan, QueryError>Expand description
Parse a Timestream SELECT into an executable Plan, or return a
QueryError::Validation naming the unsupported construct.
pub fn parse_query(sql: &str) -> Result<Plan, QueryError>Parse a Timestream SELECT into an executable Plan, or return a
QueryError::Validation naming the unsupported construct.