Documentation ¶
Overview ¶
Package xlang contains functionality for testing cross-language transforms.
Index ¶
- func CoGroupByKey(s beam.Scope, addr string, col1, col2 beam.PCollection) beam.PCollection
- func CombineGlobally(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
- func CombinePerKey(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
- func Count(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
- func Flatten(s beam.Scope, addr string, col1, col2 beam.PCollection) beam.PCollection
- func GroupByKey(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
- func Multi(s beam.Scope, addr string, main1, main2, side beam.PCollection) (mainOut, sideOut beam.PCollection)
- func Partition(s beam.Scope, addr string, col beam.PCollection) (out0, out1 beam.PCollection)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoGroupByKey ¶
func CoGroupByKey(s beam.Scope, addr string, col1, col2 beam.PCollection) beam.PCollection
func CombineGlobally ¶
func CombineGlobally(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
func CombinePerKey ¶
func CombinePerKey(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
func Count ¶
func Count(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
func Flatten ¶
func Flatten(s beam.Scope, addr string, col1, col2 beam.PCollection) beam.PCollection
func GroupByKey ¶
func GroupByKey(s beam.Scope, addr string, col beam.PCollection) beam.PCollection
func Multi ¶
func Multi(s beam.Scope, addr string, main1, main2, side beam.PCollection) (mainOut, sideOut beam.PCollection)
func Partition ¶
func Partition(s beam.Scope, addr string, col beam.PCollection) (out0, out1 beam.PCollection)
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
cogroup_by exemplifies using a cross-language cogroup by key transform from a test expansion service.
|
cogroup_by exemplifies using a cross-language cogroup by key transform from a test expansion service. |
combine exemplifies using a cross-language combine per key transform from a test expansion service.
|
combine exemplifies using a cross-language combine per key transform from a test expansion service. |
combine_globally exemplifies using a cross-language combine global transform from a test expansion service.
|
combine_globally exemplifies using a cross-language combine global transform from a test expansion service. |
group_by exemplifies using a cross-language group by key transform from a test expansion service.
|
group_by exemplifies using a cross-language group by key transform from a test expansion service. |
multi exemplifies using a cross-language transform with multiple inputs and outputs from a test expansion service.
|
multi exemplifies using a cross-language transform with multiple inputs and outputs from a test expansion service. |
partition exemplifies using a cross-language partition transform from a test expansion service.
|
partition exemplifies using a cross-language partition transform from a test expansion service. |
wordcount exemplifies using a cross-language Count transform from a test expansion service to count words.
|
wordcount exemplifies using a cross-language Count transform from a test expansion service to count words. |
Click to show internal directories.
Click to hide internal directories.