Skip to content

[C++] Reduce generated code in compute/kernels/scalar_compare.cc #25093

Description

@asfimport

We are instantiating multiple versions of templates in this module for cases that, byte-wise, do the exact same comparison. For example:

  • For equals, not_equals, we can use the same 32-bit/64-bit comparison kernels for signed int / unsigned int / floating point types of the same byte width

  • TimestampType can reuse int64 kernels, similarly for other date/time types

  • BinaryType/StringType can share kernels

    etc.

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

Related issues:

PRs and other links:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions