Skip to content

[C++] CSV add convert option to attempt 32bit number inferences #28740

@asfimport

Description

@asfimport

When types are being inferred by CSV the numbers are always 64 bit. For large data sets it could be better to use 32 bit types to save over all memory. To do this it would be useful to add an option to ConvertOptions to try 32 bit numbers before 64 bit. By default this option would be disabled.

Reporter: Nate Clark / @n3world

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13028. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions