Documentation ¶
Overview ¶
Package wordcount contains transforms for wordcount.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountWords ¶
func CountWords(s beam.Scope, lines beam.PCollection) beam.PCollection
CountWords is a composite transform that counts the words of a PCollection of lines. It expects a PCollection of type string and returns a PCollection of type KV<string,int>. The Beam type checker enforces these constraints during pipeline construction.
func Format ¶
func Format(s beam.Scope, counted beam.PCollection) beam.PCollection
Format formats a KV of a word and its count as a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.