Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BufferType

Index

Enumeration members

Enumeration members

DATA

DATA: = 1

actual data, either wixed width primitive types in slots or variable width delimited by an OFFSET vector

OFFSET

OFFSET: = 0

used in List type, Dense Union and variable length primitive types (String, Binary)

TYPE

TYPE: = 3

Type vector used in Union type

VALIDITY

VALIDITY: = 2

Bit vector indicating if each value is null

Generated using TypeDoc