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
It seems convenient for com.google.cloud.spanner.ResultSet to implement Iterable or Iterator. It would allow for easier use with existing Java/JDK APIs. Right now, I have to roll my own Iterator :(.
It seems convenient for
com.google.cloud.spanner.ResultSetto implementIterableorIterator. It would allow for easier use with existing Java/JDK APIs. Right now, I have to roll my own Iterator :(.