This repository was archived by the owner on Mar 6, 2026. It is now read-only.
docs: add GEOGRAPHY data type code samples#428
Merged
Conversation
These are added to a separate directory in order to isolate the GeoJSON and WKT dependencies from the other code samples.
|
Here is the summary of changes. You added 4 region tags.
This comment is generated by snippet-bot.
|
tswast
commented
Dec 9, 2020
| SELECT name, SUM(number) AS total_people | ||
| FROM `bigquery-public-data.usa_names.usa_1910_current` | ||
| GROUP BY name | ||
| SELECT COUNT(*) |
Contributor
Author
There was a problem hiding this comment.
Not really associated with this sample, but the system test flaked, so I figured I'd swap out this query with one from go/bq-long-queries
shollyman
approved these changes
Dec 9, 2020
shollyman
left a comment
Contributor
There was a problem hiding this comment.
I was today years old when I found out that streaming inserts will accept either WKT or geojson as the field contents.
| SELECT name, SUM(number) AS total_people | ||
| FROM `bigquery-public-data.usa_names.usa_1910_current` | ||
| GROUP BY name | ||
| SELECT COUNT(*) |
| import nox | ||
|
|
||
|
|
||
| # WARNING - WARNING - WARNING - WARNING - WARNING |
Contributor
Author
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are added to a separate directory in order to isolate the GeoJSON
and WKT dependencies from the other code samples.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Towards internal 171804665