rtpsw commented on PR #14682:
URL: https://github.com/apache/arrow/pull/14682#issuecomment-1339186566

   > What's the ultimate goal here? Do you hope to support an exec plan node 
that acts as a source node and is given a function name?
   
   The short answer is yes. A longer answer is that such source nodes have a 
specific structure - they accept parameters in a standard way and employ a 
user-defined function for the implementation.
   
   > Or are you planning on purely using this via 
`get_record_batches_from_tabular_function`?
   
   `get_record_batches_from_tabular_function` is more direct way to access the 
data produced by the user-defined function.


-- 
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