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.| 构造器和说明 |
|---|
RowtimeProcessFunction(int rowtimeIdx,
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> returnType,
int precision) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 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 在接口中 org.apache.flink.api.java.typeutils.ResultTypeQueryable<org.apache.flink.table.data.RowData>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.