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-errorreporting/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/FieldValue.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ public enum Attribute {
48
48
* type {@link LegacySQLTypeName#BYTES}, {@link LegacySQLTypeName#BOOLEAN}, {@link
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LegacySQLTypeName.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@ public LegacySQLTypeName apply(String constant) {
70
70
/** Represents a logical calendar date. Note, support for this type is limited in legacy SQL. */
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/StandardSQLTypeName.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,5 +50,7 @@ public enum StandardSQLTypeName {
50
50
/** Represents a time, independent of a specific date, to microsecond precision. */
51
51
TIME,
52
52
/** Represents a year, month, day, hour, minute, second, and subsecond (microsecond precision). */
53
-
DATETIME
53
+
DATETIME,
54
+
/** Represents a set of geographic points, represented as a Well Known Text (WKT) string. */
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/FieldValueTest.java
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,11 @@ public class ITBigQueryTest {
0 commit comments