Skip to content

[C++] Reduce generated code in vector_hash.cc #17200

@asfimport

Description

@asfimport

Since hashing doesn't need to know about logical types, we can do the following:

  • Use same generated code for both BinaryType and StringType (and LargeBinary/LargeString)

  • Use same generated code for primitive types having the same byte width

    These two changes should reduce binary size and improve compilation speed

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

Related issues:

PRs and other links:

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions