IN - The type of the data set aggregated by the operator.@Deprecated @Public public class ScalaAggregateOperator<IN> extends org.apache.flink.api.java.operators.SingleInputOperator<IN,IN,ScalaAggregateOperator<IN>>
| Constructor and Description |
|---|
ScalaAggregateOperator(org.apache.flink.api.java.DataSet<IN> input,
org.apache.flink.api.java.aggregation.Aggregations function,
int field)
Deprecated.
Non grouped aggregation.
|
ScalaAggregateOperator(org.apache.flink.api.java.operators.Grouping<IN> input,
org.apache.flink.api.java.aggregation.Aggregations function,
int field)
Deprecated.
Grouped aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
ScalaAggregateOperator<IN> |
and(org.apache.flink.api.java.aggregation.Aggregations function,
int field)
Deprecated.
|
protected org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<IN,IN,org.apache.flink.api.common.functions.GroupReduceFunction<IN,IN>> |
translateToDataFlow(org.apache.flink.api.common.operators.Operator<IN> input)
Deprecated.
|
getInput, getInputTypegetMinResources, getName, getParallelism, getPreferredResources, getResultType, name, setParallelismaggregate, checkSameExecutionContext, clean, coGroup, collect, combineGroup, count, cross, crossWithHuge, crossWithTiny, distinct, distinct, distinct, distinct, fillInType, filter, first, flatMap, fullOuterJoin, fullOuterJoin, getExecutionEnvironment, getType, groupBy, groupBy, groupBy, iterate, iterateDelta, join, join, joinWithHuge, joinWithTiny, leftOuterJoin, leftOuterJoin, map, mapPartition, max, maxBy, min, minBy, output, partitionByHash, partitionByHash, partitionByHash, partitionByRange, partitionByRange, partitionByRange, partitionCustom, partitionCustom, partitionCustom, print, print, printOnTaskManager, printToErr, printToErr, project, rebalance, reduce, reduceGroup, rightOuterJoin, rightOuterJoin, runOperation, sortPartition, sortPartition, sortPartition, sum, union, write, write, writeAsCsv, writeAsCsv, writeAsCsv, writeAsCsv, writeAsFormattedText, writeAsFormattedText, writeAsText, writeAsTextpublic ScalaAggregateOperator(org.apache.flink.api.java.DataSet<IN> input, org.apache.flink.api.java.aggregation.Aggregations function, int field)
public ScalaAggregateOperator(org.apache.flink.api.java.operators.Grouping<IN> input, org.apache.flink.api.java.aggregation.Aggregations function, int field)
input - function - field - public ScalaAggregateOperator<IN> and(org.apache.flink.api.java.aggregation.Aggregations function, int field)
protected org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<IN,IN,org.apache.flink.api.common.functions.GroupReduceFunction<IN,IN>> translateToDataFlow(org.apache.flink.api.common.operators.Operator<IN> input)
translateToDataFlow in class org.apache.flink.api.java.operators.SingleInputOperator<IN,IN,ScalaAggregateOperator<IN>>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.