Interface SingleStoreIO.RowMapperWithInit<T>

All Superinterfaces:
Serializable, SingleStoreIO.RowMapper<T>
Enclosing class:
SingleStoreIO

public static interface SingleStoreIO.RowMapperWithInit<T> extends SingleStoreIO.RowMapper<T>
A RowMapper that requires initialization. init method is called during pipeline construction time.