We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24ac2d commit 7e89388Copy full SHA for 7e89388
1 file changed
src/enum.ts
@@ -72,6 +72,8 @@ export enum Type {
72
LargeUtf8 = 20, /** Large variable-length string as List<Char> */
73
BinaryView = 23, /** Variable-length binary values backed by inline-or-referenced views */
74
Utf8View = 24, /** Variable-length UTF8 string values backed by inline-or-referenced views */
75
+ ListView = 25, /** Variable-length list values backed by entry views */
76
+ LargeListView = 26, /** Large variable-length list values backed by entry views */
77
78
Dictionary = -1, /** Dictionary aka Category type */
79
Int8 = -2,
0 commit comments