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

feat(python): Add visitor pattern + builders for column sequences #454

Merged
merged 23 commits into from
May 13, 2024

Commits on May 13, 2024

  1. add visitor

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    262d695 View commit details
    Browse the repository at this point in the history
  2. move the visitor

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d895c53 View commit details
    Browse the repository at this point in the history
  3. more visitor things

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    12568c4 View commit details
    Browse the repository at this point in the history
  4. better

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3c5750b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80a10c View commit details
    Browse the repository at this point in the history
  6. progress

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b76ec61 View commit details
    Browse the repository at this point in the history
  7. better visitor

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dc40e32 View commit details
    Browse the repository at this point in the history
  8. test buffer concatenator

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a1f5b21 View commit details
    Browse the repository at this point in the history
  9. test unpacked bitmap

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    207f35f View commit details
    Browse the repository at this point in the history
  10. more testing

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    828cb5a View commit details
    Browse the repository at this point in the history
  11. with tests

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    221eaee View commit details
    Browse the repository at this point in the history
  12. fix columns

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    12978f4 View commit details
    Browse the repository at this point in the history
  13. format

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    14a4cc1 View commit details
    Browse the repository at this point in the history
  14. undo lib change

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b27eb26 View commit details
    Browse the repository at this point in the history
  15. simplify

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a99c3bb View commit details
    Browse the repository at this point in the history
  16. simplify even more

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    741556e View commit details
    Browse the repository at this point in the history
  17. document

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6c0a92b View commit details
    Browse the repository at this point in the history
  18. fix test

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5c83081 View commit details
    Browse the repository at this point in the history
  19. fix for merge

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    eb3b733 View commit details
    Browse the repository at this point in the history
  20. _array_view -> array_view

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d0284e1 View commit details
    Browse the repository at this point in the history
  21. add methods

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0ae3e9a View commit details
    Browse the repository at this point in the history
  22. fix test

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ac9027f View commit details
    Browse the repository at this point in the history
  23. test array stream methods

    paleolimbot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fccbde5 View commit details
    Browse the repository at this point in the history