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

Support "A column is known to be entirely NULL" in PruningPredicate #9223

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    fa48bb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee84c83 View commit details
    Browse the repository at this point in the history
  3. feat(pruning): add predicate rewrite for `CASE WHEN x_null_count = x_…

    …row_count THEN false ELSE ... END`
    appletreeisyellow committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    9cd3a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46278e2 View commit details
    Browse the repository at this point in the history
  5. chore(pruning): fix data type and column expression for null and row …

    …counts
    
    chore: fix pruning_predicate in slt tests
    
    chore: clippy
    appletreeisyellow committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    40749ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    750cb16 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    7253a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600788e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. docs: use feedback

    Co-authored-by: Andrew Lamb <[email protected]>
    
    docs: take more feedback
    appletreeisyellow committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d69202a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. test: add test

    appletreeisyellow committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a385bff View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    275ddc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8639fb View commit details
    Browse the repository at this point in the history