update #labels and #chunks

Signed-off-by: naivewong <867245430@qq.com>
This commit is contained in:
naivewong 2019-02-05 23:20:43 +08:00
parent 8e589474c6
commit 1f723a8eb5

View File

@ -92,7 +92,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
│ │ │ ┌────────────────────────────────────────────┐ │ │
│ │ │ │ ref(l_i.name) <uvarint32> │ │ │
│ │ #labels │ ├────────────────────────────────────────────┤ ... │ │
│ │ <uvarint> │ │ ref(l_i.value) <uvarint32> │ │ │
│ │ <uvarint64> │ │ ref(l_i.value) <uvarint32> │ │ │
│ │ │ └────────────────────────────────────────────┘ │ │
│ ├──────────────────┼────────────────────────────────────────────────────┤ │
│ │ │ ┌────────────────────────────────────────────┐ │ │
@ -102,7 +102,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
│ │ │ ├────────────────────────────────────────────┤ │ │
│ │ │ │ ref(c_0.data) <uvarint64> │ │ │
│ │ #chunks │ └────────────────────────────────────────────┘ │ │
│ │ <uvarint> │ ┌────────────────────────────────────────────┐ │ │
│ │ <uvarint64> │ ┌────────────────────────────────────────────┐ │ │
│ │ │ │ c_i.mint - c_i-1.maxt <uvarint64> │ │ │
│ │ │ ├────────────────────────────────────────────┤ │ │
│ │ │ │ c_i.maxt - c_i.mint <uvarint64> │ │ │