writeParquet

fun writeParquet(rows: List<Array<String>>, resultParquetPath: String)

Generic Parquet table writer for Final tables.

  • Uses a header‑driven UTF‑8 schema.

  • Normalizes decimals to 6 fractional digits where applicable.

Parameters

rows

First row is the header; subsequent rows are data.

resultParquetPath

Output Parquet file path.