@Internal public class PaddingRightMapFunction extends Object implements MapFunction<RowData,RowData>, ResultTypeQueryable<RowData>
Constructor and Description |
---|
PaddingRightMapFunction(OuterJoinPaddingUtil paddingUtil,
InternalTypeInfo<RowData> returnType) |
Modifier and Type | Method and Description |
---|---|
TypeInformation<RowData> |
getProducedType()
Gets the data type (as a
TypeInformation ) produced by this function or input format. |
RowData |
map(RowData value)
The mapping method.
|
public PaddingRightMapFunction(OuterJoinPaddingUtil paddingUtil, InternalTypeInfo<RowData> returnType)
public RowData map(RowData value)
MapFunction
map
in interface MapFunction<RowData,RowData>
value
- The input value.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.