Uses of Interface
org.apache.flink.table.data.RawValueData
Packages that use RawValueData
Package
Description
-
Uses of RawValueData in org.apache.flink.table.data
Methods in org.apache.flink.table.data that return RawValueDataModifier and TypeMethodDescriptionstatic <T> RawValueData<T>RawValueData.fromBytes(byte[] bytes) Creates an instance ofRawValueDatafrom the given byte array.static <T> RawValueData<T>RawValueData.fromObject(T javaObject) Creates an instance ofRawValueDatafrom a Java object.<T> RawValueData<T>ArrayData.getRawValue(int pos) Returns the raw value at the given position.<T> RawValueData<T>GenericArrayData.getRawValue(int pos) <T> RawValueData<T>GenericRowData.getRawValue(int pos) <T> RawValueData<T>RowData.getRawValue(int pos) Returns the raw value at the given position. -
Uses of RawValueData in org.apache.flink.table.data.binary
Classes in org.apache.flink.table.data.binary that implement RawValueDataModifier and TypeClassDescriptionfinal classA lazily binary implementation ofRawValueDatawhich is backed byMemorySegments and genericObject.Methods in org.apache.flink.table.data.binary that return RawValueDataModifier and TypeMethodDescription<T> RawValueData<T>BinaryArrayData.getRawValue(int pos) <T> RawValueData<T>BinaryRowData.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 ofRawValueDatafrom underlyingMemorySegment. -
Uses of RawValueData in org.apache.flink.table.data.columnar
Methods in org.apache.flink.table.data.columnar that return RawValueDataModifier and TypeMethodDescription<T> RawValueData<T>ColumnarArrayData.getRawValue(int pos) <T> RawValueData<T>ColumnarRowData.getRawValue(int pos) -
Uses of RawValueData in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils that return RawValueDataModifier and TypeMethodDescription<T> RawValueData<T>JoinedRowData.getRawValue(int pos) <T> RawValueData<T>ProjectedRowData.getRawValue(int pos)