T - The type of the data set made distinct by the operator.public class DistinctOperator<T> extends SingleInputOperator<T,T,DistinctOperator<T>>
| Modifier and Type | Class and Description |
|---|---|
static class |
DistinctOperator.DistinctFunction<T> |
| Constructor and Description |
|---|
DistinctOperator(DataSet<T> input,
Keys<T> keys) |
| Modifier and Type | Method and Description |
|---|---|
protected GroupReduceOperatorBase<?,T,?> |
translateToDataFlow(Operator<T> input)
Translates this operation to a data flow operator of the common data flow API.
|
getInput, getInputTypegetName, getParallelism, getResultType, name, setParallelismaggregate, checkSameExecutionContext, coGroup, cross, crossWithHuge, crossWithTiny, distinct, distinct, distinct, filter, flatMap, getExecutionEnvironment, getType, groupBy, groupBy, iterate, iterateDelta, join, joinWithHuge, joinWithTiny, map, max, min, output, print, printToErr, project, reduce, reduceGroup, runOperation, sum, union, write, write, writeAsCsv, writeAsCsv, writeAsCsv, writeAsText, writeAsTextprotected GroupReduceOperatorBase<?,T,?> translateToDataFlow(Operator<T> input)
SingleInputOperatortranslateToDataFlow in class SingleInputOperator<T,T,DistinctOperator<T>>input - The data flow operator that produces this operation's input data.Copyright © 2014 The Apache Software Foundation. All rights reserved.