Skip to content

Implement Eq and Default for ScalarBuffer #7411

@emilk

Description

@emilk

I want to make ScalarBuffer slightly more ergonomic to use with these addition:

  • impl Default for ScalarBuffer (e.g. using vec![].into()).
  • impl Eq for ScalarbBuffer<T> where T: Eq {}

If it sounds good, I'll make a PR or two

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crateenhancementAny 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