Skip to content

Commit 6e075b0

Browse files
Added arrays
1 parent 70fbeb0 commit 6e075b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ TODO
4646
## JSON
4747

4848
## Array
49+
```
50+
word32 - dimension
51+
word32 - 1 if array has NULL, 0 otherwise
52+
oid - oid of element type
53+
for each dimension:
54+
word32 - elements in dimension
55+
word32 - lower bound
56+
for each element:
57+
word32 - elements length
58+
bytes[n] - encoded element
59+
```
4960

5061
## Composite
5162

0 commit comments

Comments
 (0)