Package org.apache.beam.sdk.io.snowflake
Interface SnowflakeIO.CsvMapper<T>
- Type Parameters:
 T- Type of data to be read.
- All Superinterfaces:
 Serializable
- Enclosing class:
 SnowflakeIO
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Interface for user-defined function mapping parts of CSV line into T. Used for
 SnowflakeIO.Read.
- 
Method Summary
 
- 
Method Details
- 
mapRow
- Throws:
 Exception
 
 -