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

Add arraySymmetricDifference function #62262

Closed
wants to merge 60 commits into from
Closed

Commits on Mar 29, 2024

  1. baseline

    f.abapolov committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    66f9e07 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. common logic from intersect to common arrayLogicalFunction adaptive t…

    …o calc both intersection and symmetric difference
    f.abapolov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ee94372 View commit details
    Browse the repository at this point in the history
  2. tests for arraySymmetricDifference

    f.abapolov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c748764 View commit details
    Browse the repository at this point in the history
  3. clean up code and format

    f.abapolov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3e51700 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e37c05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e36415 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b6b13a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. sym diff in doc

    pheepa committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6fc5a98 View commit details
    Browse the repository at this point in the history
  2. no need errors and pragmaonce

    pheepa committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7a015be View commit details
    Browse the repository at this point in the history
  3. new line for bracets

    pheepa committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3f96017 View commit details
    Browse the repository at this point in the history
  4. clang-format

    pheepa committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dfd0100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69fe41b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. - templatized base class

    - complex tests with serverErrors
    - typo in doc fixed
    - some fixes by comments
    pheepa committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    03e9cf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. - some comments

    pheepa committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f417a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94907f View commit details
    Browse the repository at this point in the history
  3. fix aspell-dict.txt

    pheepa committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8e35efc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d3c518 View commit details
    Browse the repository at this point in the history
  5. typo in aspell-dict.txt

    pheepa committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f7b7a98 View commit details
    Browse the repository at this point in the history
  6. docs in funcs factory

    pheepa committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    19a5208 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Cosmetics

    rschu1ze committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    75cf255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09a25a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c893e3b View commit details
    Browse the repository at this point in the history
  4. format

    pheepa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6aa0045 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20a20ae View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    396e9f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a0436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef610d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56cc92b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    476b1d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2211e01 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    8806232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28304a0 View commit details
    Browse the repository at this point in the history
  3. Revert "emptyArrayString() in fold test"

    This reverts commit 28304a0.
    rschu1ze committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5da4e54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb157cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aacad60 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. baseline

    f.abapolov authored and pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3997f2a View commit details
    Browse the repository at this point in the history
  2. common logic from intersect to common arrayLogicalFunction adaptive t…

    …o calc both intersection and symmetric difference
    f.abapolov authored and pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    89c55a5 View commit details
    Browse the repository at this point in the history
  3. tests for arraySymmetricDifference

    f.abapolov authored and pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    e40a596 View commit details
    Browse the repository at this point in the history
  4. clean up code and format

    f.abapolov authored and pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b6e00ca View commit details
    Browse the repository at this point in the history
  5. nullable result type handling for symmetric difference

    f.abapolov authored and pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    36ab070 View commit details
    Browse the repository at this point in the history
  6. sym diff in doc

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5195f60 View commit details
    Browse the repository at this point in the history
  7. no need errors and pragmaonce

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    7786d77 View commit details
    Browse the repository at this point in the history
  8. new line for bracets

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5d25505 View commit details
    Browse the repository at this point in the history
  9. clang-format

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    bacf10a View commit details
    Browse the repository at this point in the history
  10. - templatized base class

    - complex tests with serverErrors
    - typo in doc fixed
    - some fixes by comments
    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2a3a83d View commit details
    Browse the repository at this point in the history
  11. - some comments

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    cad0565 View commit details
    Browse the repository at this point in the history
  12. fix aspell-dict.txt

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    244e353 View commit details
    Browse the repository at this point in the history
  13. typo in aspell-dict.txt

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    150bc60 View commit details
    Browse the repository at this point in the history
  14. docs in funcs factory

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    9020cc8 View commit details
    Browse the repository at this point in the history
  15. Cosmetics

    rschu1ze authored and pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f477f57 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2573ba2 View commit details
    Browse the repository at this point in the history
  17. format

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6cb5d6d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    89f3d55 View commit details
    Browse the repository at this point in the history
  19. Revert "emptyArrayString() in fold test"

    This reverts commit 28304a0.
    rschu1ze authored and pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5a9f098 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b1621a4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    67144db View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5dfe267 View commit details
    Browse the repository at this point in the history
  23. context in constructor

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    ace2a9e View commit details
    Browse the repository at this point in the history
  24. lint

    pheepa committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    9790fd8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cdc42b5 View commit details
    Browse the repository at this point in the history