klyn.data.internal.QueryPlanBase.openMemoryStream
method
public openMemoryStream(source as Object) as Object
Description

Opens a forward-only stream over this plan evaluated in memory.

Parameters
ParameterDescription
sourceCompatible memory source.
Returns

Concrete QueryStream<R> behind the non-generic boundary.

Example
stream = plan.openMemoryStream(values) as QueryStream<Int>