Package org.apache.flink.table.data
-
Interface Summary Interface Description ArrayData Base interface of an internal data structure representing data ofArrayType.ArrayData.ElementGetter Accessor for getting the elements of an array during runtime.MapData Base interface of an internal data structure representing data ofMapTypeorMultisetType.RawValueData<T> An internal data structure representing data ofRawType.RowData Base interface for an internal data structure representing data ofRowTypeand other (possibly nested) structured types such asStructuredTypein the table ecosystem.RowData.FieldGetter Accessor for getting the field of a row during runtime.StringData An internal data structure representing data ofCharTypeandVarCharType. -
Class Summary Class Description DecimalData An internal data structure representing data ofDecimalType.GenericArrayData An internal data structure representing data ofArrayType.GenericMapData An internal data structure representing data ofMapTypeorMultisetType.GenericRowData An internal data structure representing data ofRowTypeand other (possibly nested) structured types such asStructuredType.TimestampData An internal data structure representing data ofTimestampTypeandLocalZonedTimestampType.