Package | Description |
---|---|
org.apache.flink.table.data | |
org.apache.flink.table.data.binary |
Modifier and Type | Class and Description |
---|---|
class |
BoxedWrapperRowData
An implementation of
RowData which also is also backed by an array of Java Object , just similar to GenericRowData . |
class |
ColumnarArrayData
Columnar array to support access to vector column data.
|
class |
ColumnarRowData
Columnar row to support access to vector column data.
|
class |
UpdatableRowData
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryArrayData
A binary implementation of
ArrayData which is backed by MemorySegment s. |
class |
BinaryRowData
An implementation of
RowData which is backed by MemorySegment instead of Object. |
class |
NestedRowData
Its memory storage structure is exactly the same with
BinaryRowData . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.