Skip to main content

compile_source

Function compile_source 

Source
pub fn compile_source(filename: &str, source: &str) -> Result<BytecodeProgram>
Expand description

Compile an in-memory Shape source string into a BytecodeProgram. Used for extension-bundled Shape code (e.g., include_str!("duckdb.shape")).