Method
ParquetRowGroupMetadataget_file_offset
since: 8.0.0
[−]
Declaration [src]
gint64
gparquet_row_group_metadata_get_file_offset (
GParquetRowGroupMetadata* metadata
)
[−]
Return value
Type: 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.