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
Copy file name to clipboardExpand all lines: branches/autosynth-logging/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/DefaultRowAdapter.java
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
*/
16
16
packagecom.google.cloud.bigtable.data.v2.models;
17
17
18
+
importcom.google.api.core.InternalApi;
19
+
importcom.google.bigtable.v2.Cell;
20
+
importcom.google.bigtable.v2.Column;
21
+
importcom.google.bigtable.v2.Family;
18
22
importcom.google.common.collect.ImmutableList;
19
23
importcom.google.protobuf.ByteString;
20
24
importjava.util.List;
@@ -43,6 +47,34 @@ public ByteString getKey(Row row) {
Copy file name to clipboardExpand all lines: branches/autosynth-logging/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/ReadModifyWriteRowCallable.java
Copy file name to clipboardExpand all lines: branches/autosynth-logging/google-cloud-clients/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/models/DefaultRowAdapterTest.java
+65Lines changed: 65 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,4 +171,69 @@ public void sortFamiliesAreSorted() {
0 commit comments