Package org.apache.beam.sdk.io.snowflake
Interface SnowflakeIO.UserDataMapper<T>
- Type Parameters:
 T- Type of data to be written.
- 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 T into array of Objects. Used for
 SnowflakeIO.Write.
- 
Method Summary
 
- 
Method Details
- 
mapRow
 
 -