public class RowtimeProcessFunction extends org.apache.flink.streaming.api.functions.ProcessFunction<BaseRow,BaseRow> implements org.apache.flink.api.java.typeutils.ResultTypeQueryable<BaseRow>
BaseRow field into the
StreamRecord.| 构造器和说明 |
|---|
RowtimeProcessFunction(int rowtimeIdx,
org.apache.flink.api.common.typeinfo.TypeInformation<BaseRow> returnType,
int precision) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.typeinfo.TypeInformation<BaseRow> |
getProducedType() |
void |
processElement(BaseRow value,
org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx,
org.apache.flink.util.Collector<BaseRow> out) |
public RowtimeProcessFunction(int rowtimeIdx,
org.apache.flink.api.common.typeinfo.TypeInformation<BaseRow> returnType,
int precision)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.