Class SparkTsvFileSource<T>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkTsvFileSource<T> extends UnarySource<T> implements SparkExecutionOperator
Operator for the SparkPlatform that creates a TSV text file.
See Also: