Skip to content

[C++][Gandiva] Improve Projector evaluation performance #33222

@asfimport

Description

@asfimport
  1. Some dynamic_casts are not necessary because the safety is checked already.
  2. RecordBatch's column(int i) function involves atomic operation and column_data(int i) doesn't. So we prefer to use column_data() instead if column()->data().

Reporter: Jin Shang / @js8544
Assignee: Jin Shang / @js8544

PRs and other links:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions