Skip to main content

export

Function export 

Source
pub async fn export(
    storage: &dyn PhysicalStore,
    writer: &mut dyn Write,
) -> HirnResult<ExportReport>
Expand description

Export all records from LanceDB storage to a writer as JSON.