| BasicArrayTypeInfo<T,C> |
Type information for arrays boxed primitive types.
|
| BasicTypeInfo<T> |
Type information for primitive types (int, long, double, byte, ...), String, Date, Void,
BigInteger, and BigDecimal.
|
| FractionalTypeInfo<T> |
Type information for numeric fractional primitive types (double, float).
|
| IntegerTypeInfo<T> |
Type information for numeric integer primitive types: int, long, byte, short, character.
|
| LocalTimeTypeInfo<T extends java.time.temporal.Temporal> |
Type information for Java LocalDate/LocalTime/LocalDateTime.
|
| NothingTypeInfo |
Placeholder type information for the Nothing type.
|
| NumericTypeInfo<T> |
Type information for numeric primitive types: int, long, double, byte, short, float, char.
|
| PrimitiveArrayTypeInfo<T> |
|
| SqlTimeTypeInfo<T> |
Type information for Java SQL Date/Time/Timestamp.
|
| TypeHint<T> |
A utility class for describing generic types.
|
| TypeInfoFactory<T> |
Base class for implementing a type information factory.
|
| TypeInformation<T> |
TypeInformation is the core class of Flink's type system.
|
| Types |
This class gives access to the type information of the most common types for which Flink has
built-in serializers and comparators.
|