Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New String/Schema #18374

Closed
6 tasks
ritchie46 opened this issue Aug 26, 2024 · 1 comment
Closed
6 tasks

New String/Schema #18374

ritchie46 opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@ritchie46
Copy link
Member

Schema and String type streamlining

  • One small string type for all Fields in Arrow and Polars
    This will have a Polars interface. E.g. struct PlSmallStr.
  • Polars Schema to polars_schema crate and generic over (Arrow)DataType, where key: PlSmallStr and value generic over DataType

String type requirements:

  • O(1) clone
  • SmallStr optimization
  • Preserving
  • Field has constructors new_from_str, new_from_owned, new_from_static
@nameexhaustion nameexhaustion self-assigned this Aug 26, 2024
@nameexhaustion
Copy link
Collaborator

#18539 (..), #18425 (..)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants