Skip to content

[Rust] Allow unary kernels of arbitrary array types #26507

@asfimport

Description

@asfimport

Currently, filter support is limited to a set of types, and these types cannot be arbitrarily nested. This hints at a fundamental limitation of the design, that is currently typed (in rust's sense).

However, this operation is fundamentally un-typed: we do not require knowing type information to filter an array.

This issue tracks the development of an abstraction to support these operations for arbitrary types.

Reporter: Jorge Leitão / @jorgecarleitao
Assignee: Jorge Leitão / @jorgecarleitao

PRs and other links:

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions