for (Field<?> f : record.getFields()) {
this.field.add(new Qualifier(f.getDataType(), alias, f.getName()));
}
}
catch (Exception e) {
throw new DataTypeException("Bad UDT Type : " + arrayType, e);
}
}
// Simple array types have a synthetic field called "COLUMN_VALUE"
else {