Kimahriman commented on PR #693:
URL: https://github.com/apache/incubator-sedona/pull/693#issuecomment-1254925542

   > @douglasdennis Another interesting finding: since the type-safe dataframe 
APIs do not need to call "udf.register()" to register all functions, is it 
possible that, as a side effect, predicate pushdown is finally supported in 
Sedona?
   
   I believe the current mechanism doesn't use UDFs technically, it registers 
SQL functions directly which _should_ theoretically be usable by predicate 
pushdown (if you can figure out that mechanism in V1). That's why we can do 
things like join detection with pattern matching on the expressions


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to