Should formula columns implicitly convert primitive arrays via unbox and/or widening? #1301
nbauernfeind
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible to support an implicit conversion of the following ideas:
The biggest concern is the need to allocate a destination array and convert on every invocation. The biggest benefit is the ease of use and the consistency with the other implicit conversions that DH performs on behalf of the user.
Beta Was this translation helpful? Give feedback.
All reactions