@FunctionalInterface
public static interface SingleStoreIO.UserDataMapper<T>
extends java.io.Serializable
SingleStoreIO.Write
to map a data from each element of PCollection
to a List of Strings. Returned values are used to send
LOAD DATA SQL queries to the database.Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
mapRow(T element) |
java.util.List<java.lang.String> mapRow(T element)