public class RowtimeProcessFunction
extends org.apache.flink.streaming.api.functions.ProcessFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>
implements org.apache.flink.api.java.typeutils.ResultTypeQueryable<org.apache.flink.table.data.RowData>
RowData field into the StreamRecord.| Constructor and Description |
|---|
RowtimeProcessFunction(int rowtimeIdx,
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> returnType,
int precision) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> |
getProducedType() |
void |
processElement(org.apache.flink.table.data.RowData value,
org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx,
org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> out) |
public RowtimeProcessFunction(int rowtimeIdx,
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> returnType,
int precision)
public void processElement(org.apache.flink.table.data.RowData value,
org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx,
org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> out)
throws Exception
processElement in class org.apache.flink.streaming.api.functions.ProcessFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>Exceptionpublic org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> getProducedType()
getProducedType in interface org.apache.flink.api.java.typeutils.ResultTypeQueryable<org.apache.flink.table.data.RowData>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.