Michael-J-Ward opened a new pull request, #13149:
URL: https://github.com/apache/datafusion/pull/13149

   
   ## Which issue does this PR close?
   
   Closes #13148.
   
   ## Rationale for this change
   
   `ExpressionArgs` is needed to implement `WindowUDFImpl` as of 
https://github.com/apache/datafusion/pull/12857, but it is not currently 
re-exported.
   
   ## What changes are included in this PR?
   
   `ExpressionArgs` is re-exported in datafusion_expr::function.
   
   I placed it here because that is where `WindowUDFFieldArgs` and 
`PartitionEvaluatorArgs` are re-exported.
   
   ## Are these changes tested?
   
   N/A
   
   ## Are there any user-facing changes?
   
   Not from any released version


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