|
|
|
@ -93,9 +93,10 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
|
|
|
|
│ ├──────────────────────────────────────────────────────────────────────┤ │ |
|
|
|
|
│ │ ┌────────────────────────────────────────────┐ │ │ |
|
|
|
|
│ │ │ ref(l_i.name) <uvarint32> │ │ │ |
|
|
|
|
│ │ ├────────────────────────────────────────────┤ ... │ │ |
|
|
|
|
│ │ ├────────────────────────────────────────────┤ │ │ |
|
|
|
|
│ │ │ ref(l_i.value) <uvarint32> │ │ │ |
|
|
|
|
│ │ └────────────────────────────────────────────┘ │ │ |
|
|
|
|
│ │ ... │ │ |
|
|
|
|
│ ├──────────────────────────────────────────────────────────────────────┤ │ |
|
|
|
|
│ │ #chunks <uvarint64> │ │ |
|
|
|
|
│ ├──────────────────────────────────────────────────────────────────────┤ │ |
|
|
|
@ -110,9 +111,10 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
|
|
|
|
│ │ │ c_i.mint - c_i-1.maxt <uvarint64> │ │ │ |
|
|
|
|
│ │ ├────────────────────────────────────────────┤ │ │ |
|
|
|
|
│ │ │ c_i.maxt - c_i.mint <uvarint64> │ │ │ |
|
|
|
|
│ │ ├────────────────────────────────────────────┤ ... │ │ |
|
|
|
|
│ │ ├────────────────────────────────────────────┤ │ │ |
|
|
|
|
│ │ │ ref(c_i.data) - ref(c_i-1.data) <varint64> │ │ │ |
|
|
|
|
│ │ └────────────────────────────────────────────┘ │ │ |
|
|
|
|
│ │ ... │ │ |
|
|
|
|
│ └──────────────────────────────────────────────────────────────────────┘ │ |
|
|
|
|
├──────────────────────────────────────────────────────────────────────────┤ |
|
|
|
|
│ CRC32 <4b> │ |
|
|
|
|