Skip to main content

parse_table

Function parse_table 

Source
pub fn parse_table(
    table: &DatFile,
    schema: &DatTableSchema,
) -> Result<RecordBatch>
Expand description

Parse a table with the given schema into an Arrow RecordBatch