Documentation ¶
Overview ¶
Package ptest contains utilities for pipeline unit testing.
Index ¶
- func Create(values []interface{}) (*beam.Pipeline, beam.Scope, beam.PCollection)
- func Create2(a, b []interface{}) (*beam.Pipeline, beam.Scope, beam.PCollection, beam.PCollection)
- func CreateList(values interface{}) (*beam.Pipeline, beam.Scope, beam.PCollection)
- func CreateList2(a, b interface{}) (*beam.Pipeline, beam.Scope, beam.PCollection, beam.PCollection)
- func Run(p *beam.Pipeline) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create2 ¶
func Create2(a, b []interface{}) (*beam.Pipeline, beam.Scope, beam.PCollection, beam.PCollection)
Create2 creates a pipeline and 2 PCollections with the given values.
func CreateList ¶
CreateList creates a pipeline and a PCollection with the given values.
func CreateList2 ¶
func CreateList2(a, b interface{}) (*beam.Pipeline, beam.Scope, beam.PCollection, beam.PCollection)
CreateList2 creates a pipeline and 2 PCollections with the given values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.