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 translation to comparison expressions #270

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Nov 10, 2024

  1. introduce comparison expressions

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7617408 View commit details
    Browse the repository at this point in the history
  2. handle non-existant/NULL argument 'data'

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c47f3a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    328e1fd View commit details
    Browse the repository at this point in the history
  4. test for translation of comparison exprs

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1a65314 View commit details
    Browse the repository at this point in the history
  5. apply styler

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c39794a View commit details
    Browse the repository at this point in the history
  6. use missing() instead of hasArg()

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    02c9f2a View commit details
    Browse the repository at this point in the history
  7. fix merge resolution gone awry

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3dcbfdc View commit details
    Browse the repository at this point in the history
  8. integer and numeric classes are comparable

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c9625da View commit details
    Browse the repository at this point in the history
  9. fix reference to tmp_expr

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    34fe6a9 View commit details
    Browse the repository at this point in the history
  10. infer class only returns first class

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    18d6c56 View commit details
    Browse the repository at this point in the history
  11. use only the first class of column

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    076edba View commit details
    Browse the repository at this point in the history
  12. eq operator is '=='

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d3881e4 View commit details
    Browse the repository at this point in the history
  13. update snap for comparison exprs

    toppyy authored and krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f0ba24c View commit details
    Browse the repository at this point in the history
  14. Sync

    krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8a78eb0 View commit details
    Browse the repository at this point in the history
  15. Test column-column comparison

    krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    61d3337 View commit details
    Browse the repository at this point in the history
  16. Flip order

    krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2c478e7 View commit details
    Browse the repository at this point in the history
  17. Flip order upstream

    krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1bb001c View commit details
    Browse the repository at this point in the history
  18. Sync

    krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7509e9f View commit details
    Browse the repository at this point in the history
  19. Compat

    krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8d1f6c7 View commit details
    Browse the repository at this point in the history
  20. Sync

    krlmlr committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    beb517b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    6ae7c03 View commit details
    Browse the repository at this point in the history