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.