Skip to content

Allow FilterPredicate instances to be reused for RecordBatches #8692

@pepijnve

Description

@pepijnve

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

A compiled and optimised FilterPredicate can currently be reused for arrays using the FilterPredicate::filter function. There's no equivalent function for RecordBatches. It's feasible to implement this in your application or library, but it would be nice if this was provided by this crate.

Describe the solution you'd like

Add FilterPredicate::filter_record_batch.

Describe alternatives you've considered

None

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions