org.qcri.rheem.profiler.java.JavaCollectionSourceProfiler Maven / Gradle / Ivy
The newest version!
package org.qcri.rheem.profiler.java;
import org.qcri.rheem.core.types.DataSetType;
import org.qcri.rheem.java.operators.JavaCollectionSource;
import java.util.ArrayList;
import java.util.Collection;
import java.util.function.Supplier;
/**
* {@link OperatorProfiler} for {@link JavaCollectionSource}s.
*/
public class JavaCollectionSourceProfiler extends SourceProfiler {
private Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy