Module csv_ingest

Module csv_ingest 

Source
Expand description

Append CSV files into LLKV tables with schema inference and column mapping.

The ingestion pipeline streams Arrow batches from CSV files, normalizes types, and registers any newly inferred columns with the table catalog so downstream scans see consistent metadata.

Functionsยง

append_csv_into_table
Append all CSV rows into the target table using inferred column mappings.
append_csv_into_table_with_mapping
Append rows while honoring an explicit column-to-field mapping supplied by the caller.