Uses of Interface
org.apache.flink.table.data.RowData
Packages that use RowData
-
Uses of RowData in org.apache.flink.table.data
Methods in org.apache.flink.table.data that return RowDataModifier and TypeMethodDescriptionRowData.getRow(int pos, int numFields) Returns the row value at the given position.Methods in org.apache.flink.table.data with parameters of type RowDataModifier and TypeMethodDescriptionRowData.FieldGetter.getFieldOrNull(RowData row) Converters and serializers always support nullability.