You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/30 12:18:39 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #1493: Implement `power` function

alamb commented on issue #1493:
URL: https://github.com/apache/arrow-datafusion/issues/1493#issuecomment-1003005009


   @matthewmturner  I think `power` is more like a `function` rather than an `operator` -- so in that case I think you could just add `power` to `BuiltinScalarFunction` (and then fill in the implementation):
   
   https://github.com/apache/arrow-datafusion/blob/5668be78a9ccbf5469e9e95ad070920ca5d105ba/datafusion/src/physical_plan/functions.rs


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org