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

chunk: support capacity grow #7473

Merged
merged 14 commits into from
Aug 28, 2018
Merged

chunk: support capacity grow #7473

merged 14 commits into from
Aug 28, 2018

Commits on Aug 28, 2018

  1. chunk: support capacity grow.

    - add New() Renew() and GrowReset() method to chunk
    - add eraseGrow() in column
    - adaptor NewChunkWithCapacity() and Reset() works in chunk
    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    6a95b8b View commit details
    Browse the repository at this point in the history
  2. address comments

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    3fce5b3 View commit details
    Browse the repository at this point in the history
  3. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    efab909 View commit details
    Browse the repository at this point in the history
  4. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    f54e3d3 View commit details
    Browse the repository at this point in the history
  5. fix ci.

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    34cf6fc View commit details
    Browse the repository at this point in the history
  6. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    4be9e43 View commit details
    Browse the repository at this point in the history
  7. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    6119f3c View commit details
    Browse the repository at this point in the history
  8. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    acc548a View commit details
    Browse the repository at this point in the history
  9. fix compile

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    9fb2382 View commit details
    Browse the repository at this point in the history
  10. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    4ab3471 View commit details
    Browse the repository at this point in the history
  11. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    d6d8664 View commit details
    Browse the repository at this point in the history
  12. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    52dbfa0 View commit details
    Browse the repository at this point in the history
  13. address comment

    lysu committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    138bb5e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2deb09e View commit details
    Browse the repository at this point in the history