Browse Source

update #labels and #chunks

Signed-off-by: naivewong <867245430@qq.com>
pull/5805/head
naivewong 6 years ago
parent
commit
1f723a8eb5
  1. 4
      docs/format/index.md

4
docs/format/index.md

@ -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> │ │ │

Loading…
Cancel
Save