Jimexist opened a new pull request #328:
URL: https://github.com/apache/arrow-datafusion/pull/328
# Which issue does this PR close?
fix 305 by using a null array as param for zero param functions
Closes #305
# Rationale for this change
in case of a zero param function we'll have a rather hacky way to pass in
the batch num_rows param so that the functions wrapped can be generative the
correct result
# What changes are included in this PR?
Similar to #307 but use a null array instead
# Are there any user-facing changes?
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
<!--
If there are any breaking changes to public APIs, please add the `breaking
change` label.
-->
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]