public openMemoryStream(source as Object) as Object
Opens a forward-only stream over this plan evaluated in memory.
| Parameter | Description |
|---|---|
source | Compatible memory source. |
Concrete QueryStream<R> behind the non-generic boundary.
stream = plan.openMemoryStream(values) as QueryStream<Int>