parquet_new_table Interface

interface
public module subroutine parquet_new_table(table)

Arguments

Type IntentOptional Attributes Name
type(parquet_table), intent(out) :: table

the table to initialize.

Description

Prepares an empty in-memory table with no columns and no rows. The first %add_column fixes the row count; every later one must match it.