Skip to content

Implement Eq and Default for OffsetBuffer #7417

@kylebarron

Description

@kylebarron

Happy to make a follow up issue but I'd also love Eq and Default to be implemented on OffsetBuffer, which should be a simple derive because it's defined as

pub struct OffsetBuffer<O: ArrowNativeType>(ScalarBuffer<O>);

Originally posted by @kylebarron in #7411

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions