org.qcri.rheem.profiler.spark.SparkCollectionSourceProfiler Maven / Gradle / Ivy
The newest version!
package org.qcri.rheem.profiler.spark;
import org.qcri.rheem.core.api.Configuration;
import org.qcri.rheem.core.types.DataSetType;
import org.qcri.rheem.spark.operators.SparkCollectionSource;
import org.qcri.rheem.spark.operators.SparkTextFileSource;
import java.util.ArrayList;
import java.util.function.Supplier;
/**
* {@link SparkOperatorProfiler} for the {@link SparkTextFileSource}.
*/
public class SparkCollectionSourceProfiler extends SparkSourceProfiler {
private final ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy