You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/02/01 20:10:39 UTC

[jira] [Created] (PARQUET-498) Add a ColumnChunk builder abstraction as part of creating new row groups

Wes McKinney created PARQUET-498:
------------------------------------

             Summary: Add a ColumnChunk builder abstraction as part of creating new row groups
                 Key: PARQUET-498
                 URL: https://issues.apache.org/jira/browse/PARQUET-498
             Project: Parquet
          Issue Type: New Feature
          Components: parquet-cpp
            Reporter: Wes McKinney


Necessary for PARQUET-452, but we should treat as an independent task.

This class will be responsible for encapsulating creating a serialized sequence of data pages. This way, users on the write path need only specify the desired data page size, then write arrays of values, repetition, and definiton levels



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)