| Package | Description |
|---|---|
| org.apache.flink.api.common.typeinfo |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTypeInfo<T>
Type information for primitive types (int, long, double, byte, ...), String, Date, and Void.
|
class |
FractionalTypeInfo<T>
Type information for numeric fractional primitive types (double, float).
|
class |
IntegerTypeInfo<T>
Type information for numeric integer primitive types: int, long, byte, short, character.
|
class |
NumericTypeInfo<T>
Type information for numeric primitive types: int, long, double, byte, short, float, char.
|
class |
PrimitiveArrayTypeInfo<T>
A
TypeInformation for arrays of primitive types (int, long, double, ...). |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.