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.| Constructor and Description |
|---|
RowtimeProcessFunction(int rowtimeIdx,
org.apache.flink.api.common.typeinfo.TypeInformation<BaseRow> returnType) |
| Modifier and Type | Method and Description |
|---|---|
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)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.