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-17289: [C++] Add type category membership checks #13783

Merged
merged 12 commits into from
Aug 17, 2022

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    8050354 View commit details
    Browse the repository at this point in the history
  2. use type id, improve test coverage of types

    rtpsw authored and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f38ec91 View commit details
    Browse the repository at this point in the history
  3. add docs

    rtpsw authored and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c3d4d35 View commit details
    Browse the repository at this point in the history
  4. fix type predicates

    rtpsw authored and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ba232b7 View commit details
    Browse the repository at this point in the history
  5. lint

    rtpsw authored and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6669b7f View commit details
    Browse the repository at this point in the history
  6. remove is_primitive_like

    rtpsw authored and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    99ddf32 View commit details
    Browse the repository at this point in the history
  7. Update cpp/src/arrow/type_traits.h

    Co-authored-by: Antoine Pitrou <pitrou@free.fr>
    rtpsw and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f01a215 View commit details
    Browse the repository at this point in the history
  8. Update cpp/src/arrow/type_traits.h

    Co-authored-by: Antoine Pitrou <pitrou@free.fr>
    rtpsw and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    353b7ab View commit details
    Browse the repository at this point in the history
  9. Update cpp/src/arrow/type_traits.h

    Co-authored-by: Antoine Pitrou <pitrou@free.fr>
    rtpsw and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    15dcecb View commit details
    Browse the repository at this point in the history
  10. Update cpp/src/arrow/type_traits.h

    Co-authored-by: Antoine Pitrou <pitrou@free.fr>
    rtpsw and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2d79b36 View commit details
    Browse the repository at this point in the history
  11. Update cpp/src/arrow/type_traits.h

    Co-authored-by: Antoine Pitrou <pitrou@free.fr>
    rtpsw and pitrou committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    21fc1c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c173b5 View commit details
    Browse the repository at this point in the history