@Internal public class PlanFilterOperator<T> extends FilterOperatorBase<T,FlatMapFunction<T,T>>
Modifier and Type | Class and Description |
---|---|
static class |
PlanFilterOperator.FlatMapFilter<T> |
input
broadcastInputs, userFunction
compilerHints, name, operatorInfo, parameters
Constructor and Description |
---|
PlanFilterOperator(FilterFunction<T> udf,
String name,
TypeInformation<T> type) |
executeOnCollections
accept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSemanticProperties, setInput, setInput, setInputs, setSemanticProperties
asArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariables
createUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getName, getParallelism, getParameters, setName, setParallelism, setParameter, setParameter, setParameter, toString
public PlanFilterOperator(FilterFunction<T> udf, String name, TypeInformation<T> type)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.