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
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-bigquery/tr
153
153
| Query Dry Run |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryDryRun.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryDryRun.js,samples/README.md)|
154
154
| Query External GCS Perm |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryExternalGCSPerm.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryExternalGCSPerm.js,samples/README.md)|
155
155
| Query External GCS Temp |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryExternalGCSTemp.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryExternalGCSTemp.js,samples/README.md)|
156
+
| Query Job Optional |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryJobOptional.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryJobOptional.js,samples/README.md)|
156
157
| Query Legacy |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryLegacy.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryLegacy.js,samples/README.md)|
157
158
| Query Legacy Large Results |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryLegacyLargeResults.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryLegacyLargeResults.js,samples/README.md)|
158
159
| Query Pagination |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryPagination.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryPagination.js,samples/README.md)|
@@ -163,7 +164,6 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-bigquery/tr
163
164
| Query Params Positional Types |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryParamsPositionalTypes.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryParamsPositionalTypes.js,samples/README.md)|
164
165
| Query Params Structs |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryParamsStructs.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryParamsStructs.js,samples/README.md)|
165
166
| Query Params Timestamps |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryParamsTimestamps.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryParamsTimestamps.js,samples/README.md)|
166
-
| Query Short Mode |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryShortMode.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryShortMode.js,samples/README.md)|
167
167
| Query Stack Overflow |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryStackOverflow.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryStackOverflow.js,samples/README.md)|
168
168
| Quickstart |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/quickstart.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
169
169
| Relax Column |[source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/relaxColumn.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/relaxColumn.js,samples/README.md)|
View the [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryJobOptional.js).
1414
+
1415
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryJobOptional.js,samples/README.md)
1416
+
1417
+
__Usage:__
1418
+
1419
+
1420
+
`node samples/queryJobOptional.js`
1421
+
1422
+
1423
+
-----
1424
+
1425
+
1426
+
1427
+
1411
1428
### Query Legacy
1412
1429
1413
1430
View the [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryLegacy.js).
@@ -1578,23 +1595,6 @@ __Usage:__
1578
1595
1579
1596
1580
1597
1581
-
### Query Short Mode
1582
-
1583
-
View the [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryShortMode.js).
1584
-
1585
-
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery&page=editor&open_in_editor=samples/queryShortMode.js,samples/README.md)
1586
-
1587
-
__Usage:__
1588
-
1589
-
1590
-
`node samples/queryShortMode.js`
1591
-
1592
-
1593
-
-----
1594
-
1595
-
1596
-
1597
-
1598
1598
### Query Stack Overflow
1599
1599
1600
1600
View the [source code](https://github.com/googleapis/nodejs-bigquery/blob/main/samples/queryStackOverflow.js).
0 commit comments