You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd probably name that AsEnumerable() as opposed to Enumerate() to be more idiomatic.
But TBH I'm not sure why you'd bother returning a separate IEnumerable<T> like that, instead of just making LogicalColumnReader implement it. What's the reasoning there? You're already going to need to make an IEnumerator<T> which does the right thing, so why would you favour adding another layer?
Feature requested by user.
Currently they have to write it themselves. Not sure if we want to provide this or not (i.e. whether it's going beyond the scope of this library).
The text was updated successfully, but these errors were encountered: