We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a0acd commit fd31dadCopy full SHA for fd31dad
google-cloud-spanner/src/main/java/com/google/cloud/spanner/AbstractResultSet.java
@@ -159,9 +159,7 @@ default boolean initiateStreaming(AsyncResultSet.StreamMessageListener streamMes
159
return false;
160
}
161
162
- /**
163
- * it requests the initial prefetch chunks from gRPC stream
164
- */
+ /** it requests the initial prefetch chunks from gRPC stream */
165
default void requestPrefetchChunks() {};
166
167
0 commit comments