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

PARQUET-1404: [C++] Adding Page level Indexes #6807

Commits on Aug 9, 2019

  1. parquet reader changes

    Arun Balajieee committed Aug 9, 2019
    Copy the full SHA
    56d11dc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Merge branch 'master' of https://github.com/apache/arrow into PARQUET…

    …-1404-Add-index-pages-to-the-format-to-support-efficient-page-skipping-to-parquet-cpp
    Arun Balajieee committed Aug 12, 2019
    Copy the full SHA
    05e10ad View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. parquet metadata

    Arun Balajieee committed Aug 20, 2019
    Copy the full SHA
    4c2c1dc View commit details
    Browse the repository at this point in the history
  2. deserialize

    a2un committed Aug 20, 2019
    Copy the full SHA
    7b5fd9f View commit details
    Browse the repository at this point in the history
  3. calls

    Arun Balajieee committed Aug 20, 2019
    Copy the full SHA
    8412b9a View commit details
    Browse the repository at this point in the history
  4. return type of read

    Arun Balajieee committed Aug 20, 2019
    Copy the full SHA
    0131ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. populate index

    Arun Balajieee committed Aug 21, 2019
    Copy the full SHA
    c241f56 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. changes

    Arun Balajieee committed Aug 22, 2019
    Copy the full SHA
    8f584c5 View commit details
    Browse the repository at this point in the history
  2. offset changes

    Arun Balajieee committed Aug 22, 2019
    Copy the full SHA
    5aa4a9b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. changes

    Arun Balajieee committed Aug 23, 2019
    Copy the full SHA
    95c47c1 View commit details
    Browse the repository at this point in the history
  2. print rows of the page;first value is the match value

    Arun Balajieee committed Aug 23, 2019
    Copy the full SHA
    650ab19 View commit details
    Browse the repository at this point in the history
  3. if cond

    Arun Balajieee committed Aug 23, 2019
    Copy the full SHA
    f7ffb74 View commit details
    Browse the repository at this point in the history
  4. can print page by comparing with page min

    Arun Balajieee committed Aug 23, 2019
    Copy the full SHA
    6b5081c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. lower bound

    a2un committed Aug 29, 2019
    Copy the full SHA
    4ae3e60 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. setup for file offset

    a2un committed Aug 30, 2019
    Copy the full SHA
    10d3ed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. default setup

    a2un committed Dec 9, 2019
    Copy the full SHA
    c0a9bb1 View commit details
    Browse the repository at this point in the history
  2. default setup

    a2un committed Dec 9, 2019
    Copy the full SHA
    90a158f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. no index

    a2un committed Dec 23, 2019
    Copy the full SHA
    dcdaf94 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. added one page check

    a2un committed Jan 23, 2020
    Copy the full SHA
    b2788eb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. low level api

    a2un committed Feb 12, 2020
    Copy the full SHA
    7c8477c View commit details
    Browse the repository at this point in the history
  2. low level api

    a2un committed Feb 12, 2020
    Copy the full SHA
    f52c54b View commit details
    Browse the repository at this point in the history
  3. low level api

    a2un committed Feb 12, 2020
    Copy the full SHA
    5102ffd View commit details
    Browse the repository at this point in the history
  4. low level api

    a2un committed Feb 12, 2020
    Copy the full SHA
    cf4c147 View commit details
    Browse the repository at this point in the history
  5. low level api

    a2un committed Feb 12, 2020
    Copy the full SHA
    9dd006f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. changed binary search

    a2un committed Feb 13, 2020
    Copy the full SHA
    e33dd0d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. added for 2 columns

    a2un committed Feb 14, 2020
    Copy the full SHA
    77403b1 View commit details
    Browse the repository at this point in the history
  2. 2-3 page handler; single col

    a2un committed Feb 14, 2020
    Copy the full SHA
    55f0a6e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. sorting columns

    a2un committed Feb 18, 2020
    Copy the full SHA
    15c0676 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. generic reader

    a2un committed Feb 19, 2020
    Copy the full SHA
    c0ee60a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. sorting columns

    a2un committed Feb 20, 2020
    Copy the full SHA
    5f0c779 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. writer

    a2un committed Feb 21, 2020
    Copy the full SHA
    967c91b View commit details
    Browse the repository at this point in the history
  2. write data page

    a2un committed Feb 21, 2020
    Copy the full SHA
    009899f View commit details
    Browse the repository at this point in the history
  3. column index

    a2un committed Feb 21, 2020
    Copy the full SHA
    34b755b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. writer;generic reader

    a2un committed Feb 25, 2020
    Copy the full SHA
    e070179 View commit details
    Browse the repository at this point in the history
  2. generic reader

    a2un committed Feb 25, 2020
    Copy the full SHA
    cc0e62b View commit details
    Browse the repository at this point in the history
  3. generic predicate

    a2un committed Feb 25, 2020
    Copy the full SHA
    6eef203 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. pass generic predicate

    a2un committed Feb 26, 2020
    Copy the full SHA
    5d374ee View commit details
    Browse the repository at this point in the history
  2. generic predicate;pushdown

    a2un committed Feb 26, 2020
    Copy the full SHA
    df8796d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Copy the full SHA
    bb94242 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5358ca7 View commit details
    Browse the repository at this point in the history
  3. open writer

    a2un committed Feb 27, 2020
    Copy the full SHA
    ebe55b0 View commit details
    Browse the repository at this point in the history
  4. realistic calc

    a2un committed Feb 27, 2020
    Copy the full SHA
    7c702af View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Copy the full SHA
    508c569 View commit details
    Browse the repository at this point in the history
  2. custom schema

    a2un committed Feb 29, 2020
    Copy the full SHA
    ab7ec28 View commit details
    Browse the repository at this point in the history
  3. running tests

    a2un committed Feb 29, 2020
    Copy the full SHA
    da011c5 View commit details
    Browse the repository at this point in the history
  4. total time

    a2un committed Feb 29, 2020
    Copy the full SHA
    059b71f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. run queries;break for point

    a2un committed Mar 1, 2020
    Copy the full SHA
    dcd248a View commit details
    Browse the repository at this point in the history
  2. mkdir

    a2un committed Mar 1, 2020
    Copy the full SHA
    7208d01 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Copy the full SHA
    03bef46 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c4f99d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. tests

    a2un committed Mar 3, 2020
    Copy the full SHA
    272f118 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. experiments

    a2un committed Mar 7, 2020
    Copy the full SHA
    20660f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. use binary search

    a2un committed Mar 20, 2020
    Copy the full SHA
    77931bb View commit details
    Browse the repository at this point in the history
  2. string

    a2un committed Mar 20, 2020
    Copy the full SHA
    22d3f67 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. make filesize 1 gig

    a2un committed Mar 26, 2020
    Copy the full SHA
    e9e9b6a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. print range

    a2un committed Apr 2, 2020
    Copy the full SHA
    65ad001 View commit details
    Browse the repository at this point in the history
  2. range

    a2un committed Apr 2, 2020
    Copy the full SHA
    bdcb004 View commit details
    Browse the repository at this point in the history
  3. ranges

    a2un committed Apr 2, 2020
    Copy the full SHA
    9b6d6f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. time

    a2un committed Apr 5, 2020
    Copy the full SHA
    f0823e9 View commit details
    Browse the repository at this point in the history
  2. time

    a2un committed Apr 5, 2020
    Copy the full SHA
    1febdf9 View commit details
    Browse the repository at this point in the history
  3. time

    a2un committed Apr 5, 2020
    Copy the full SHA
    61cb4a7 View commit details
    Browse the repository at this point in the history