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

perf: Optimize IsNotNullExpr #11586

Merged
merged 6 commits into from
Jul 24, 2024
Merged

perf: Optimize IsNotNullExpr #11586

merged 6 commits into from
Jul 24, 2024

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    8bb26ae View commit details
    Browse the repository at this point in the history
  2. Improve IsNotNull performance by avoiding calling is_null then not an…

    …d just calling is_not_null kernel directly
    andygrove committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    bf7cf97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70d254f View commit details
    Browse the repository at this point in the history
  4. revert experimental change

    andygrove committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    34b0b7f View commit details
    Browse the repository at this point in the history
  5. remove unused import

    andygrove committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    75caa45 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. simplify PR

    andygrove committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2b7613d View commit details
    Browse the repository at this point in the history