Skip to content

[Tracking] Arrow C++ Compute Functions for Time type conversion #10

@kazu-2020

Description

@kazu-2020

Summary

Currently, when extracting SQLite3 Time type data via ActiveRecord, the conversion from string to Arrow's Time64 type is performed in Ruby.

Ideally, this should be handled natively by Apache Arrow C++ Compute Functions (e.g., strptime or a future "time of day" extraction function) for zero-copy, high-performance conversion. However, such functionality is not yet available in Arrow.

Related Work

TODO

  • Replace Ruby-side conversion with Arrow C++ Compute Function when available
  • Track progress and updates in this issue

For now, the Ruby conversion will remain in use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions