Function otter_sql::codegen::codegen_str
source · pub fn codegen_str(
code: &str
) -> Result<Vec<IntermediateCode>, ParserOrCodegenError>Expand description
Generates intermediate code for the given SQL.
pub fn codegen_str(
code: &str
) -> Result<Vec<IntermediateCode>, ParserOrCodegenError>Generates intermediate code for the given SQL.