Uses of Interface
org.apache.flink.table.data.StringData
Packages that use StringData
Package
Description
-
Uses of StringData in org.apache.flink.table.data
Methods in org.apache.flink.table.data that return StringDataModifier and TypeMethodDescriptionstatic StringDataStringData.fromBytes(byte[] bytes) Creates an instance ofStringDatafrom the given UTF-8 byte array.static StringDataStringData.fromBytes(byte[] bytes, int offset, int numBytes) Creates an instance ofStringDatafrom the given UTF-8 byte array with offset and number of bytes.static StringDataStringData.fromString(String str) Creates an instance ofStringDatafrom the givenString.ArrayData.getString(int pos) Returns the string value at the given position.GenericArrayData.getString(int pos) GenericRowData.getString(int pos) RowData.getString(int pos) Returns the string value at the given position. -
Uses of StringData in org.apache.flink.table.data.binary
Classes in org.apache.flink.table.data.binary that implement StringDataModifier and TypeClassDescriptionfinal classMethods in org.apache.flink.table.data.binary that return StringDataModifier and TypeMethodDescriptionBinaryArrayData.getString(int pos) BinaryRowData.getString(int pos) NestedRowData.getString(int pos) static StringDataBinarySegmentUtils.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.Methods in org.apache.flink.table.data.binary with parameters of type StringDataModifier and TypeMethodDescriptionintBinaryStringData.compareTo(StringData o) Compares two strings lexicographically. -
Uses of StringData in org.apache.flink.table.data.columnar
Methods in org.apache.flink.table.data.columnar that return StringData -
Uses of StringData in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils that return StringData