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

Add expression eval support in the default engine for arrow view types #541

Open
nicklan opened this issue Nov 26, 2024 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@nicklan
Copy link
Collaborator

nicklan commented Nov 26, 2024

Please describe why this is necessary.

In #533 we added support for converting arrow view types into kernel types. However, our expression evaluator does not currently handle these types.

Describe the functionality you are proposing.

Support handing view types in expression evaluation in the default engine arrow expression evaluator. These should behave the same as the non-view type equivalents.

Code will go in arrow_expression.rs

Additional context

No response

@nicklan nicklan added enhancement New feature or request good first issue Good for newcomers labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant