T
- the Value
typepublic class ValueArrayTypeInfoFactory<T> extends TypeInfoFactory<ValueArray<T>>
Constructor and Description |
---|
ValueArrayTypeInfoFactory() |
Modifier and Type | Method and Description |
---|---|
TypeInformation<ValueArray<T>> |
createTypeInfo(Type t,
Map<String,TypeInformation<?>> genericParameters)
Creates type information for the type the factory is targeted for.
|
public TypeInformation<ValueArray<T>> createTypeInfo(Type t, Map<String,TypeInformation<?>> genericParameters)
TypeInfoFactory
createTypeInfo
in class TypeInfoFactory<ValueArray<T>>
t
- the exact type the type information is created for; might also be a subclass of
<T>genericParameters
- mapping of the type's generic type parameters to type information
extracted with Flink's type extraction facilities; null values indicate that type
information could not be extracted for this parameterCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.