etlplus.file.arrow

etlplus.file.arrow module.

Helpers for reading/writing Apache Arrow (ARROW) files.

Notes

  • An ARROW file is a binary file format designed for efficient

    columnar data storage and processing.

  • Common cases:
    • High-performance data analytics.

    • Interoperability between different data processing systems.

    • In-memory data representation for fast computations.

  • Rule of thumb:
    • If the file follows the Apache Arrow specification, use this module for

      reading and writing.

Classes

ArrowFile()

Handler implementation for Arrow IPC files.