Documentation ¶
Overview ¶
Package avroio contains transforms for reading and writing avro files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Read ¶
Read reads a set of files and returns lines as a PCollection<elem> based on the internal avro schema of the file. A type - reflect.TypeOf( YourType{} ) - with JSON tags can be defined or if you wish to return the raw JSON string, use - reflect.TypeOf("") -
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.