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 c7d96c9 commit 6274cc6Copy full SHA for 6274cc6
google/cloud/spanner/internal/partial_result_set_source.h
@@ -37,7 +37,7 @@ namespace cloud {
37
namespace spanner_internal {
38
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
39
40
-class PrecommitInterface {
+class PartialResultSourceInterface : public spanner::ResultSourceInterface {
41
public:
42
/**
43
* A precommit token is included if the read-write transaction is on
@@ -51,9 +51,6 @@ class PrecommitInterface {
51
}
52
};
53
54
-class PartialResultSourceInterface : public spanner::ResultSourceInterface,
55
- public PrecommitInterface {};
56
-
57
58
* This class serves as a bridge between the gRPC `PartialResultSet` streaming
59
* reader and the spanner `ResultSet`, and is used to iterate over the rows
0 commit comments