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.