Skip to main content

validate_cql

Function validate_cql 

Source
pub fn validate_cql(input: &str) -> Result<ValidatedCql, CqlError>
Expand description

Validate a CQL string. Returns the parsed-fields decomposition on success or the first error encountered.