Skip to content

Implement dyn scalar comparison kernels #1113

@matthewmturner

Description

@matthewmturner

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Following the design set in #1074 we would like to add the remaining dynamic comparison kernels.

Scalar

  • lt_dyn_scalar
  • lt_eq_dyn_scalar
  • gt_dyn_scalar
  • gt_eq_dyn_scalar
  • neq_dyn_scalar

UTF8 Scalar

  • lt_dyn_utf8_scalar
  • lt_eq_dyn_utf8_scalar
  • gt_dyn_utf8_scalar
  • gt_eq_dyn_utf8_scalar
  • neq_dyn_utf8_scalar

Boolean

  • lt_dyn_bool_scalar
  • lt_eq_dyn_bool_scalar
  • gt_dyn_bool_scalar
  • gt_eq_dyn_bool_scalar
  • neq_dyn_bool_scalar

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny 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