Interface SingleStoreIO.RowMapper<T>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
SingleStoreIO.RowMapperWithCoder<T>
,SingleStoreIO.RowMapperWithInit<T>
- Enclosing class:
SingleStoreIO
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface used by
SingleStoreIO.Read
and SingleStoreIO.ReadWithPartitions
for converting each row of the
ResultSet
into an element of the resulting PCollection
.-
Method Summary
-
Method Details
-
mapRow
- Throws:
Exception
-