Skip to content

Use BooleanBufferBuilder rather than Vec<bool> in ArrowBytesViewMap #20053

@alamb

Description

@alamb

This should use https://arrow.apache.org/rust/arrow/array/struct.BooleanBufferBuilder.html

Originally posted by @Dandandan in #19975

The idea is that BooleanBufferBuilder is significantly faster and more memory optimized than Vec

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceMake DataFusion faster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions