@FunctionalInterface
public static interface SingleStoreIO.RowMapper<T>
extends java.io.Serializable
SingleStoreIO.Read
and SingleStoreIO.ReadWithPartitions
for converting each row of the
ResultSet
into an element of the resulting PCollection
.Modifier and Type | Method and Description |
---|---|
T |
mapRow(java.sql.ResultSet resultSet) |
T mapRow(java.sql.ResultSet resultSet) throws java.lang.Exception
java.lang.Exception