Expand description
Individual records inside a crate::record::RecordBatch.
Wire layout (integers are zigzag varints, except attributes which is a
fixed i8):
length (varint) | attributes (i8) | timestampDelta (varlong)
offsetDelta (varint) | keyLen (varint) | key | valueLen (varint) | value
headerCount (varint) | headers[…]Structs§
- Record
- A single record in a v2
crate::record::RecordBatch.