T - The type of the data set filtered by the operator.public class FilterOperator<T> extends SingleInputUdfOperator<T,T,FilterOperator<T>>
| Modifier and Type | Field and Description |
|---|---|
protected FilterFunction<T> |
function |
| Constructor and Description |
|---|
FilterOperator(DataSet<T> input,
FilterFunction<T> function) |
| Modifier and Type | Method and Description |
|---|---|
protected FilterOperatorBase<T,FlatMapFunction<T,T>> |
translateToDataFlow(Operator<T> input)
Translates this operation to a data flow operator of the common data flow API.
|
extractSemanticAnnotationsFromUdf, getBroadcastSets, getParameters, getSematicProperties, setSemanticProperties, withBroadcastSet, withConstantSet, withParametersgetInput, 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 final FilterFunction<T> function
public FilterOperator(DataSet<T> input, FilterFunction<T> function)
protected FilterOperatorBase<T,FlatMapFunction<T,T>> translateToDataFlow(Operator<T> input)
SingleInputOperatortranslateToDataFlow in class SingleInputOperator<T,T,FilterOperator<T>>input - The data flow operator that produces this operation's input data.Copyright © 2014 The Apache Software Foundation. All rights reserved.