DenseUnionArray

Constructors

this
this(arrow.int8_array.Int8Array typeIds, arrow.int32_array.Int32Array valueOffsets, arrow.array.Array[] fields)

Members

Functions

getValueOffset
int getValueOffset(long i)

Static functions

newDataType
arrow.dense_union_array.DenseUnionArray newDataType(arrow.dense_union_data_type.DenseUnionDataType dataType, arrow.int8_array.Int8Array typeIds, arrow.int32_array.Int32Array valueOffsets, arrow.array.Array[] fields)

Inherited Members

From UnionArray

getChildId
int getChildId(long i)
getField
arrow.array.Array getField(int i)
getTypeCode
byte getTypeCode(long i)