Class PythonTypeUtils.ArrayDataConverter<T>

java.lang.Object
org.apache.flink.table.runtime.typeutils.PythonTypeUtils.DataConverter<org.apache.flink.table.data.ArrayData,T[],Object[]>
org.apache.flink.table.runtime.typeutils.PythonTypeUtils.ArrayDataConverter<T>
All Implemented Interfaces:
Serializable
Enclosing class:
PythonTypeUtils

public static final class PythonTypeUtils.ArrayDataConverter<T> extends PythonTypeUtils.DataConverter<org.apache.flink.table.data.ArrayData,T[],Object[]>
The element in the Object Array will be converted to the corresponding Data through element DataConverter.
See Also: