Get desktop application:
View/edit binary Protocol Buffers messages
FooterData is a message stored in the footer of a snapshot file that encodes data about the rest of the file.
table_metadata is a list of all tables in the snapshot.
Granule encodes metadata about a granule in a table.
Used in:
part_metadata is a list of all parts in the granule.
Part encodes metadata about a part in a granule.
Used in:
start_offset is the start offset of the part.
end_offset is the end offset of the part.
tx is the transaction id of the part.
compaction_level is the compaction level of the part.
encoding is the actual encoding of the part.
Encoding is a enum of possible encodings of the part.
Used in:
ENCODING_UNSPECIFIED is an unknown encoding.
ENCODING_PARQUET is a parquet encoding.
ENCODING_ARROW is an arrow encoding.
Table encodes metadata about a table in a snapshot.
Used in:
name of the table.
config is the configuration of the table.
active_block is the active block of the table.
granule_metadata is a list of all granules in the table.
TableBlock
Used in:
ulid is the unique identifier of the block.
size is the size of the block in bytes.
min_tx is the minimum transaction id in the block.
prev_tx is the transaction id of the previous block.