Class CsvIOParseResult<T>

java.lang.Object
org.apache.beam.sdk.io.csv.CsvIOParseResult<T>
All Implemented Interfaces:
POutput

public class CsvIOParseResult<T> extends Object implements POutput
The CsvIOParseResult and CsvIOParseError PCollection results of parsing CSV records. Use getOutput() and getErrors() to apply these results in a pipeline.