Re: Serialize and Parse ResolvedExpression

2023-09-07 Thread Xianxun Ye
Subject Re: Serialize and Parse ResolvedExpression Hi, XianxunDo you mean the unix_timestamp() is parsed to the time when the query is compiled in streaming mode?Best,RonXianxun Ye

Re: Serialize and Parse ResolvedExpression

2023-09-07 Thread liu ron
Hi, Xianxun Do you mean the unix_timestamp() is parsed to the time when the query is compiled in streaming mode? Best, Ron Xianxun Ye 于2023年9月7日周四 18:19写道: > Hi Team, > > I want to Serialize the ResolvedExpression to String or byte[] and transmit > it into LookupFunction, and parse it back to

Serialize and Parse ResolvedExpression

2023-09-06 Thread Xianxun Ye
Hi Team,I want to Serialize the ResolvedExpression to String or byte[] and transmit it into LookupFunction, and parse it back to ResolvedExpression in the LookupFunction.For my case:Select * from left_stream as s join dim_table for system_time as of s.proc_time as d on s