Skip to content

Commit 4185b5b

Browse files
committed
Update v5 protocol documentation
1 parent a536540 commit 4185b5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/native_protocol_v5.spec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,13 @@ Table of Contents
12071207
value. Implementors should pad positive values that have a MSB >= 0x80
12081208
with a leading 0x00 byte.
12091209

1210+
5.25 vector
1211+
1212+
For a vector of n dimensions of a fixed-length type, a sequence of those n elements.
1213+
For a vector with variable-length elements, the size of the elements will preced
1214+
each element. Each element is the [bytes] representing the serialized value. The
1215+
number of dimensions is not encoded, since it's part of the type definition.
1216+
12101217

12111218
6. User Defined Types
12121219

0 commit comments

Comments
 (0)