Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4163,15 +4163,18 @@ as schema fields may have different requirements or restrictions from Go exporte
{{< /paragraph >}}

### 6.6. Using Schema Transforms {#using-schemas}

A schema on a `PCollection` enables a rich variety of relational transforms. The fact that each record is composed of
named fields allows for simple and readable aggregations that reference fields by name, similar to the aggregations in
a SQL expression.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove this?



{{< paragraph class="language-go">}}
Beam does not yet support Schema transforms natively in Go. However, it will be implemented with the following behavior.
Support for Schema Transforms hasn't been developed for the Go SDK yet.
{{< /paragraph >}}




#### 6.6.1. Field selection syntax

The advantage of schemas is that they allow referencing of element fields by name. Beam provides a selection syntax for
Expand Down