The com.teradata.fnc.runtime.ArrayTypeInfo class contains Array metadata information for a column. This class corresponds to the C structure array_info_eon_t used by C FNC functions. The Array metadata include the dimensions of the array, the number of elements, and information about each element.
The ArrayTypeInfo object is stored in the UDTBaseInfo class and can be retrieved using the getArrayInfo() method.