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.

@FunctionalInterface public static interface SnowflakeIO.CsvMapper<T> extends Serializable
Interface for user-defined function mapping parts of CSV line into T. Used for SnowflakeIO.Read.
  • Method Summary

    Modifier and Type
    Method
    Description
    mapRow(String[] parts)