You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
使用方式:
通过sql的kvpair传递参数,然后在evaluate中使用,格式如下:
&&kvpair=start_time:2023-06-01 10:00:00 000;end_time:2023-06-03 10:00:00 000
获取参数思路:
在udf_plugins的函数beginRequest中解析出 _resource,然后通过_resource解析出kvpairs
问题:在转换beginRequest函数参数provider时,转换出的结果是空指针,导致无法继续解析出_resource
代码:
Beta Was this translation helpful? Give feedback.
All reactions