@Internal public class FilterAllFlatMapFunction extends Object implements FlatMapFunction<RowData,RowData>, ResultTypeQueryable<RowData>
Constructor and Description |
---|
FilterAllFlatMapFunction(InternalTypeInfo<RowData> inputTypeInfo) |
Modifier and Type | Method and Description |
---|---|
void |
flatMap(RowData value,
Collector<RowData> out)
The core method of the FlatMapFunction.
|
TypeInformation<RowData> |
getProducedType()
Gets the data type (as a
TypeInformation ) produced by this function or input format. |
public FilterAllFlatMapFunction(InternalTypeInfo<RowData> inputTypeInfo)
public void flatMap(RowData value, Collector<RowData> out)
FlatMapFunction
flatMap
in interface FlatMapFunction<RowData,RowData>
value
- The input value.out
- The collector for returning result values.public TypeInformation<RowData> getProducedType()
ResultTypeQueryable
TypeInformation
) produced by this function or input format.getProducedType
in interface ResultTypeQueryable<RowData>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.