Method

ParquetFileMetadataget_n_schema_elements

Declaration [src]

gint
gparquet_file_metadata_get_n_schema_elements (
  GParquetFileMetadata* metadata
)

Description

No description available.
Available since:8.0.0

Return value

Returns: gint
 

The number of flattened schema elements.

Parquet thrift definition requires that nested schema elements are flattened. This method returns the total number of elements in the flattened list.