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

Refactor query logic to support querying of nested structures #979

Merged
merged 3 commits into from
Nov 7, 2024

Commits on Nov 6, 2024

  1. Carry Expr's instead of ColumnRef's to make queries more flexible

    This is enables the querying of JSON columns via the LHS syntax of
    `"table.column"->>'key'`
    
    Signed-off-by: Jim Crossley <[email protected]>
    jcrossley3 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9630c70 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. feat: query json columns using dot notation, e.g. field.key~log4j

    This may be useful for other types of nested structures, too.
    
    Signed-off-by: Jim Crossley <[email protected]>
    jcrossley3 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5e765c2 View commit details
    Browse the repository at this point in the history
  2. Remove curious use<> syntax

    Signed-off-by: Jim Crossley <[email protected]>
    jcrossley3 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2900fb1 View commit details
    Browse the repository at this point in the history