Class SingleStoreIO.ReadWithPartitions<T>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PBegin,PCollection<T>>
org.apache.beam.sdk.io.singlestore.SingleStoreIO.ReadWithPartitions<T>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
SingleStoreIO

public abstract static class SingleStoreIO.ReadWithPartitions<T> extends PTransform<PBegin,PCollection<T>>
A PTransform for reading data from SingleStoreDB. It is used by SingleStoreIO.readWithPartitions(). SingleStoreIO.ReadWithPartitions is preferred over SingleStoreIO.Read because of the performance reasons.
See Also: