pub fn compile(
query: &GqlQuery,
opts: &CompileOptions,
) -> Result<CompiledQuery, QueryError>Expand description
Compile a GqlQuery AST to a parameterized SQL string and bound parameters.
pub fn compile(
query: &GqlQuery,
opts: &CompileOptions,
) -> Result<CompiledQuery, QueryError>Compile a GqlQuery AST to a parameterized SQL string and bound parameters.