Skip to content

std::fs - File system operations

func read_parquet

func read_parquet(file_name: text): [R]
where R: {..}

Reads rows from a Parquet file at file_name.

func write_parquet

func write_parquet(data: [R], file_name: text): {}
where R: {..}

Writes data to a Parquet file at file_name.