export_duckdb

Function export_duckdb 

Source
pub fn export_duckdb(result: &AnalyzeResult) -> Result<Vec<u8>, ExportError>
Expand description

Export analysis result to DuckDB format.

Requires the duckdb feature (native only, not WASM-compatible).