Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

ARROW-1644: [C++] Initial cut of implementing deserialization of arbitrary nested groups from Parquet to Arrow #462

Commits on May 10, 2018

  1. Initial cut of implementing deserialization of arbitrary nested group…

    …s from Parquet to Arrow
    Joshua Storck committed May 10, 2018
    Configuration menu
    Copy the full SHA
    a576ebf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Adding documentation, use of memory pools, more error checking, stron…

    …ger types for definition/repetition levels, and strong type for primitive serializer type
    Joshua Storck committed May 11, 2018
    Configuration menu
    Copy the full SHA
    c653510 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Moving conversion of Decimal128 from big endian bytes into static met…

    …hod in Decimal128 class
    Joshua Storck committed May 13, 2018
    Configuration menu
    Copy the full SHA
    a5bdee5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Removing unused code and fixing formatting

    Joshua Storck committed May 15, 2018
    Configuration menu
    Copy the full SHA
    8345f9f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    720192f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Adding ability to deserialize from Parquet to Arrow with multiple thr…

    …eads. Refactored parts of TableDeserializer into a sub-class so that a new ParallelTableDeserializer could be created. Fixed a bug in FileArrayDeserializer that was using an unnecessary and uninitialized member variable.
    Joshua Storck committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    50acb98 View commit details
    Browse the repository at this point in the history