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 ofMapType
orMultisetType
.RawValueData<T> An internal data structure representing data ofRawType
.RowData Base interface for an internal data structure representing data ofRowType
and other (possibly nested) structured types such asStructuredType
in the table ecosystem.RowData.FieldGetter Accessor for getting the field of a row during runtime.StringData An internal data structure representing data ofCharType
andVarCharType
. -
Class Summary Class Description BoxedWrapperRowData An implementation ofRowData
which also is also backed by an array of JavaObject
, just similar toGenericRowData
.DecimalData An internal data structure representing data ofDecimalType
.DecimalDataUtils Utilities forDecimalData
.GenericArrayData An internal data structure representing data ofArrayType
.GenericMapData An internal data structure representing data ofMapType
orMultisetType
.GenericRowData An internal data structure representing data ofRowType
and other (possibly nested) structured types such asStructuredType
.TimestampData An internal data structure representing data ofTimestampType
andLocalZonedTimestampType
.UpdatableRowData