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.

@FunctionalInterface public static interface SnowflakeIO.UserDataMapper<T> extends Serializable
Interface for user-defined function mapping T into array of Objects. Used for SnowflakeIO.Write.
  • Method Summary

    Modifier and Type
    Method
    Description
    mapRow(T element)
     
  • Method Details

    • mapRow

      Object[] mapRow(T element)