Serializer#
TypeInfo#
Returns type information for string. |
|
Returns type information for byte. |
|
Returns type information for byte. |
|
Returns type information for bool. |
|
Returns type information for short. |
|
Returns type information for int. |
|
Returns type information for long. |
|
Returns type information for float. |
|
Returns type information for double. |
|
Returns type information for char. |
|
Returns type information for BigInteger. |
|
Returns type information for BigDecimal. |
|
Returns type information for Instant. |
|
Returns type information for Date. |
|
Returns type information for Time. |
|
Returns type information for Timestamp. |
|
Returns type information which uses pickle for serialization/deserialization. |
|
|
Returns type information for Row with fields of the given types. |
|
Returns type information for Row with fields of the given types and with given names. |
|
Returns type information for Tuple with fields of the given types. |
|
Returns type information for arrays of primitive type (such as byte[]). |
|
Returns type information for arrays of boxed primitive type (such as Integer[]). |
|
Returns type information for arrays of non-primitive types. |
|
Special TypeInformation used by MapStateDescriptor |
|
A TypeInformation for the list type. |
Row#
|
A row in Table. |
|
An enumeration. |