Skip to main content

read_planned_migration_file

Function read_planned_migration_file 

Source
pub fn read_planned_migration_file(
    source: &dyn ParquetCatalogSource,
    file: &PlannedMigrationFile,
) -> Result<Vec<RecordBatch>>
Expand description

Reads, normalizes, and transcodes one planned source file.

ยงErrors

Returns an error if the source file cannot be read, normalized, or transcoded.