Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Implement union-like data type for accommodating kernel arguments which may be scalars or arrays #17505

Closed
asfimport opened this issue Sep 7, 2017 · 1 comment

Comments

@asfimport
Copy link

For example, either argument to the binary operator Add may be scalar or array. Some systems have addressed this issue by using arrays of length 1, but I would prefer that we accommodate this in Arrow's C++ data types

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-1485. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
This was initially done in f2806fa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants