Enum BufferLayout.BufferType

java.lang.Object
java.lang.Enum<BufferLayout.BufferType>
org.apache.arrow.vector.BufferLayout.BufferType
All Implemented Interfaces:
Serializable, Comparable<BufferLayout.BufferType>, java.lang.constant.Constable
Enclosing class:
BufferLayout

public static enum BufferLayout.BufferType extends Enum<BufferLayout.BufferType>
Enumeration of the different logical types a buffer can have. Data buffer is common to most of the layouts. Offset buffer is used for variable width types. Validity buffer is used for nullable types. Type buffer is used for Union types. Size buffer is used for ListView and LargeListView types.