alamb commented on issue #19187:
URL: https://github.com/apache/datafusion/issues/19187#issuecomment-3628100649

   > Maybe? I'm not sure that covers things like generate_series() or if 
someone wants to write a PhysicalExpr that produces different data every time 
(i.e. is like a volatile function but is not a function). Maybe best to wait 
until someone complains that this definition doesn't cover their use case?
   
   I think generate_series is different as it isn't a `PhysicalExpr` -- it is a 
table function which I think is a bit different
   
   I think waiting for a specific usecase is probably best. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to