|
In BackendCustomLoader.listOfArrays:
-
the Object[] returned in the list is of the size of Tuple.getColumnNames() but getColumnNames() would not return null columns for some backends like MongoDB.
-
the results entries are filled in the order columns are return from Set getColumnNames(). So the order of the projection is not guaranteed
|