Package org.apache.beam.sdk.io.singlestore
package org.apache.beam.sdk.io.singlestore
Transforms for reading and writing from SingleStoreDB.
-
ClassDescriptionIO to read and write data on SingleStoreDB.A POJO describing a SingleStoreDB
DataSourceby providing all properties needed to create it.APTransformfor reading data from SingleStoreDB.APTransformfor reading data from SingleStoreDB.An interface used bySingleStoreIO.ReadandSingleStoreIO.ReadWithPartitionsfor converting each row of theResultSetinto an element of the resultingPCollection.A RowMapper that provides a Coder for resulting PCollection.A RowMapper that requires initialization.An interface used by the SingleStoreIOSingleStoreIO.Readto set the parameters of thePreparedStatement.An interface used by the SingleStoreIOSingleStoreIO.Writeto map a data from each element ofPCollectionto a List of Strings.APTransformfor writing data to SingleStoreDB.