public openStream(plan as QueryPlanBase) as Object
Opens one independent provider stream for a plan.
plan
Concrete QueryStream<T> behind the non-generic boundary.
QueryStream<T>
stream = source.openStream(plan)