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
DataSource
by providing all properties needed to create it.APTransform
for reading data from SingleStoreDB.APTransform
for reading data from SingleStoreDB.An interface used bySingleStoreIO.Read
andSingleStoreIO.ReadWithPartitions
for converting each row of theResultSet
into 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.Read
to set the parameters of thePreparedStatement
.An interface used by the SingleStoreIOSingleStoreIO.Write
to map a data from each element ofPCollection
to a List of Strings.APTransform
for writing data to SingleStoreDB.