pub async fn export_sstable( sstable_path: &Path, schema_path: &Path, output_path: &Path, format: ExportFormat, ) -> Result<()>
Export SSTable data to file