通过table api的// declare an additional logical field as an event time attribute
Tabletable=tEnv.fromDataStream(stream,$("user_name"),$("data"),$("user_action_time").rowtime()");
可以把eventtime往后传,
如果使用createview的话怎么把这个time attribute往后带吗?
不往后传的话可能会
这个有什么方法吗?
