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")).
pub fn compile_source(filename: &str, source: &str) -> Result<BytecodeProgram>Compile an in-memory Shape source string into a BytecodeProgram.
Used for extension-bundled Shape code (e.g., include_str!("duckdb.shape")).