T
- Type of data to be read.@FunctionalInterface
public static interface SnowflakeIO.CsvMapper<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
T |
mapRow(java.lang.String[] parts) |
T mapRow(java.lang.String[] parts) throws java.lang.Exception
java.lang.Exception