Method

ParquetRowGroupMetadataget_file_offset

Declaration [src]

gint64
gparquet_row_group_metadata_get_file_offset (
  GParquetRowGroupMetadata* metadata
)

Description

No description available.
Available since:8.0.0

Return value

Returns: gint64
 

Byte offset from beginning of file to first page (data or dictionary) in this row group.

The file_offset field that this method exposes is optional. This method will return 0 if that field is not set to a meaningful value.