Skip to content

Commit

Permalink
doc: minor fix in struct projection
Browse files Browse the repository at this point in the history
  • Loading branch information
ingarabr committed Dec 13, 2023
1 parent 446ae94 commit ff2b168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/struct_projection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Struct projection

Using structs in bigquery is a nice way to organize your data. However, it can be cumbersome to manup with. Struct
projection gives us a more declarative API to rewrite them.
Using structs in bigquery is a nice way to organize your data. However, it can be cumbersome to transform and maintain. Struct
projection gives us a more declarative API to rewrite the mappings.

## Projection example

Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ What does this library include:
- [View example](./docs/example_view.md)
- [User defined function (UDF) example](./docs/example_udf.md)
- [Table value function (TVF) exampe](./docs/example_tvf.md)
- [Rewrite structs](./docs/struct_projection.md)

0 comments on commit ff2b168

Please sign in to comment.