Skip to content

Commit

Permalink
cli: Add nested expressions (#14614)
Browse files Browse the repository at this point in the history
This commit adds nested expressions to the CLI by default so users can
run functions like `array_slice` and other nested expressions.
  • Loading branch information
jkosh44 authored Feb 11, 2025
1 parent 2c73fcd commit 2cccd58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ datafusion = { workspace = true, features = [
"crypto_expressions",
"datetime_expressions",
"encoding_expressions",
"nested_expressions",
"parquet",
"recursive_protection",
"regex_expressions",
Expand Down

0 comments on commit 2cccd58

Please sign in to comment.