Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-60: [C++] Struct type builder API #66

Closed
wants to merge 5 commits into from

Commits on Jun 3, 2016

  1. ARROW-60: Struct type builder API

    Implement the basic classes, StructArray and StructBuilder, meanwhile,
    
    add the perspective test cases for them.
    
    Other necessary methods will be added subsequetly.
    fengguangyuan committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    5733de7 View commit details
    Browse the repository at this point in the history
  2. ARROW-60: Struct type builder API

    Refine the previous committed patch.
    Add validate methods for testing StructArray and StructBuilder.
    TODO, Equals methods also need to be tested, but now it's not
    convient to do it.
    fengguangyuan committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    bfabdc1 View commit details
    Browse the repository at this point in the history
  3. ARROW-60:[C++] Struct typebuilder API

    Modify Validate() refered to the specification.
    fengguangyuan committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    fa856fd View commit details
    Browse the repository at this point in the history
  4. ARROW-60: Struct type builder API

    Add RangeEquals method to implement Equals method.
    fengguangyuan committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    ae74c80 View commit details
    Browse the repository at this point in the history
  5. ARROW-60: [C++] Struct type builder API

    Add field index and TODO comment.
    fengguangyuan committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    190967f View commit details
    Browse the repository at this point in the history