Class CollectionSource<T>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkCollectionSource, JavaCollectionSource, SparkCollectionSource, TensorflowCollectionSource

public class CollectionSource<T> extends UnarySource<T> implements ElementaryOperator
This source takes as input a Java Collection.
See Also: