Uses of Interface
org.apache.flink.api.common.typeinfo.AtomicType
-
Packages that use AtomicType Package Description org.apache.flink.api.common.typeinfo org.apache.flink.api.java.typeutils -
-
Uses of AtomicType in org.apache.flink.api.common.typeinfo
Classes in org.apache.flink.api.common.typeinfo that implement AtomicType Modifier and Type Class Description classBasicTypeInfo<T>Type information for primitive types (int, long, double, byte, ...), String, Date, Void, BigInteger, and BigDecimal.classFractionalTypeInfo<T>Type information for numeric fractional primitive types (double, float).classIntegerTypeInfo<T>Type information for numeric integer primitive types: int, long, byte, short, character.classLocalTimeTypeInfo<T extends java.time.temporal.Temporal>Type information for Java LocalDate/LocalTime/LocalDateTime.classNumericTypeInfo<T>Type information for numeric primitive types: int, long, double, byte, short, float, char.classPrimitiveArrayTypeInfo<T>ATypeInformationfor arrays of primitive types (int, long, double, ...).classSqlTimeTypeInfo<T>Type information for Java SQL Date/Time/Timestamp. -
Uses of AtomicType in org.apache.flink.api.java.typeutils
Classes in org.apache.flink.api.java.typeutils that implement AtomicType Modifier and Type Class Description classEnumTypeInfo<T extends Enum<T>>ATypeInformationfor java enumeration types.classGenericTypeInfo<T>classValueTypeInfo<T extends Value>Type information for data types that extend theValueinterface.
-