Apache Arrow - v20.0.0
    Preparing search index...

    Enumeration BufferType

    Index

    Enumeration Members

    Enumeration Members

    DATA: 1

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

    OFFSET: 0

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

    TYPE: 3

    Type vector used in Union type

    VALIDITY: 2

    Bit vector indicating if each value is null