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/tswast-patch-1/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/LegacySQLTypeName.java
+57-12Lines changed: 57 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -16,44 +16,63 @@
16
16
17
17
packagecom.google.cloud.bigquery;
18
18
19
+
importcom.google.api.core.ApiFunction;
20
+
importcom.google.cloud.StringEnumType;
21
+
importcom.google.cloud.StringEnumValue;
22
+
19
23
/**
20
24
* A type used in legacy SQL contexts. NOTE: some contexts use a mix of types; for example,
21
25
* for queries that use standard SQL, the return types are the legacy SQL types.
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableDefinition.java
* A BigQuery table backed by external data. Instances of {@code TableDefinition} for this type
@@ -59,7 +76,33 @@ public enum Type {
59
76
* @see <a href="https://cloud.google.com/bigquery/federated-data-sources">Federated Data
0 commit comments