Skip to content

Commit 12e660c

Browse files
Added ranges
1 parent faccb4a commit 12e660c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,14 @@ for each column:
7373
```
7474

7575
## Range
76-
76+
```
77+
word8 - flags(?)
78+
if has lower bound:
79+
word32 - length
80+
bytes[n] - encoded lower bound as type
81+
if has upper bound:
82+
word32 - length
83+
bytes[n] - encoded upper bound as type
84+
```
7785
## Oid
86+
``` oid ```

0 commit comments

Comments
 (0)