Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions go/fory/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ const (
FLOAT32_ARRAY = 36
// FLOAT64_ARRAY one dimensional float64 array
FLOAT64_ARRAY = 37
// UNION a tagged union type that can hold one of several alternative types
UNION = 38
// NONE represents an empty/unit value with no data (e.g., for empty union alternatives)
NONE = 39

// UINT8 Unsigned 8-bit little-endian integer
UINT8 = 64
Expand Down
Loading
Loading