| Package | Description |
|---|---|
| org.apache.flink.table.data | |
| org.apache.flink.table.data.binary | |
| org.apache.flink.table.data.columnar | |
| org.apache.flink.table.data.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> RawValueData<T> |
RawValueData.fromBytes(byte[] bytes)
Creates an instance of
RawValueData from the given byte array. |
static <T> RawValueData<T> |
RawValueData.fromObject(T javaObject)
Creates an instance of
RawValueData from a Java object. |
<T> RawValueData<T> |
ArrayData.getRawValue(int pos)
Returns the raw value at the given position.
|
<T> RawValueData<T> |
RowData.getRawValue(int pos)
Returns the raw value at the given position.
|
<T> RawValueData<T> |
GenericRowData.getRawValue(int pos) |
<T> RawValueData<T> |
GenericArrayData.getRawValue(int pos) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRawValueData<T>
A lazily binary implementation of
RawValueData which is backed by MemorySegments
and generic Object. |
| Modifier and Type | Method and Description |
|---|---|
<T> RawValueData<T> |
BinaryRowData.getRawValue(int pos) |
<T> RawValueData<T> |
BinaryArrayData.getRawValue(int pos) |
<T> RawValueData<T> |
NestedRowData.getRawValue(int pos) |
static <T> RawValueData<T> |
BinarySegmentUtils.readRawValueData(org.apache.flink.core.memory.MemorySegment[] segments,
int baseOffset,
long offsetAndSize)
Gets an instance of
RawValueData from underlying MemorySegment. |
| Modifier and Type | Method and Description |
|---|---|
<T> RawValueData<T> |
ColumnarArrayData.getRawValue(int pos) |
<T> RawValueData<T> |
ColumnarRowData.getRawValue(int pos) |
| Modifier and Type | Method and Description |
|---|---|
<T> RawValueData<T> |
ProjectedRowData.getRawValue(int pos) |
<T> RawValueData<T> |
JoinedRowData.getRawValue(int pos) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.