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).
pub fn export_duckdb(result: &AnalyzeResult) -> Result<Vec<u8>, ExportError>Export analysis result to DuckDB format.
Requires the duckdb feature (native only, not WASM-compatible).