public executeMemory(source as Object) as Object:
Copies source rows into the standard query materialization type.
source
IList<T>
A new ArrayList<T>.
ArrayList<T>
rows = plan.executeMemory(source)