| 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 StringData |
StringData.fromBytes(byte[] bytes)
Creates an instance of
StringData from the given UTF-8 byte array. |
static StringData |
StringData.fromBytes(byte[] bytes,
int offset,
int numBytes)
Creates an instance of
StringData from the given UTF-8 byte array with offset and
number of bytes. |
static StringData |
StringData.fromString(String str)
Creates an instance of
StringData from the given String. |
StringData |
GenericArrayData.getString(int pos) |
StringData |
ArrayData.getString(int pos)
Returns the string value at the given position.
|
StringData |
GenericRowData.getString(int pos) |
StringData |
RowData.getString(int pos)
Returns the string value at the given position.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryStringData
|
| Modifier and Type | Method and Description |
|---|---|
StringData |
BinaryArrayData.getString(int pos) |
StringData |
NestedRowData.getString(int pos) |
StringData |
BinaryRowData.getString(int pos) |
static StringData |
BinarySegmentUtils.readStringData(org.apache.flink.core.memory.MemorySegment[] segments,
int baseOffset,
int fieldOffset,
long variablePartOffsetAndLen)
Get binary string, if len less than 8, will be include in variablePartOffsetAndLen.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BinaryStringData.compareTo(StringData o)
Compares two strings lexicographically.
|
| Modifier and Type | Method and Description |
|---|---|
StringData |
ColumnarRowData.getString(int pos) |
StringData |
ColumnarArrayData.getString(int pos) |
| Modifier and Type | Method and Description |
|---|---|
StringData |
ProjectedRowData.getString(int pos) |
StringData |
JoinedRowData.getString(int pos) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.