pub fn export(
result: &AnalyzeResult,
format: ExportFormat,
) -> Result<Vec<u8>, ExportError>Expand description
Export analysis result to a database file.
Returns raw bytes of the database file.
Only works with ExportFormat::DuckDb when the duckdb feature is enabled.