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 String |
defaultName |
protected FilterFunction<T> |
function |
| Constructor and Description |
|---|
FilterOperator(DataSet<T> input,
FilterFunction<T> function,
String defaultName) |
| 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, getSemanticProperties, setSemanticProperties, withBroadcastSet, withConstantSet, withParametersgetInput, getInputTypegetName, getParallelism, getResultType, name, setParallelismaggregate, checkSameExecutionContext, clean, coGroup, cross, crossWithHuge, crossWithTiny, distinct, distinct, distinct, distinct, filter, first, flatMap, getExecutionEnvironment, getType, groupBy, groupBy, groupBy, iterate, iterateDelta, join, join, joinWithHuge, joinWithTiny, map, mapPartition, max, maxBy, min, minBy, output, partitionByHash, partitionByHash, partitionByHash, partitionCustom, partitionCustom, partitionCustom, print, printToErr, project, rebalance, reduce, reduceGroup, runOperation, sum, union, write, write, writeAsCsv, writeAsCsv, writeAsCsv, writeAsCsv, writeAsFormattedText, writeAsFormattedText, writeAsText, writeAsTextprotected final FilterFunction<T> function
protected final String defaultName
public FilterOperator(DataSet<T> input, FilterFunction<T> function, String defaultName)
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 © 2015 The Apache Software Foundation. All rights reserved.