Hey everyone 👋 When querying Pinot through Presto, is there any way to call the Pinot UDF functions? For example, I would like to use the LASTWITHTIME function, but I am not sure how to do this through Presto.
Copy code
SELECT dimension FROM table WHERE some_id = 'identifier' GROUP BY LASTWITHTIME(dimension, timestamp, 'String')
j
Jackie
01/13/2022, 7:56 PM
@User ^^
x
Xiang Fu
01/13/2022, 8:36 PM
the UDFs are not automatically pushed down. You need to implement it in the presto connector