Skip to content

Commit

Permalink
Merge commit '3421b52605b00cd2e5a6498ea210cce196a19496' into chunchun…
Browse files Browse the repository at this point in the history
…/update-df-july-week-1
  • Loading branch information
appletreeisyellow committed Jul 11, 2024
2 parents 249d76f + 3421b52 commit 8d15b00
Show file tree
Hide file tree
Showing 63 changed files with 2,244 additions and 1,075 deletions.
1 change: 1 addition & 0 deletions ci/scripts/rust_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ do
# Skip tests that rely on external storage and flight
if [ ! -d $filename ]; then
cargo run --example $example_name
cargo clean -p datafusion-examples
fi
done
100 changes: 50 additions & 50 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions datafusion-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ cargo run --example csv_sql
- [`simple_udf.rs`](examples/simple_udf.rs): Define and invoke a User Defined Scalar Function (UDF)
- [`simple_udfw.rs`](examples/simple_udwf.rs): Define and invoke a User Defined Window Function (UDWF)
- [`sql_analysis.rs`](examples/sql_analysis.rs): Analyse SQL queries with DataFusion structures
- [`sql_frontend.rs`](examples/sql_frontend.rs): Create LogicalPlans (only) from sql strings
- [`sql_dialect.rs`](examples/sql_dialect.rs): Example of implementing a custom SQL dialect on top of `DFParser`
- [`to_char.rs`](examples/to_char.rs): Examples of using the to_char function
- [`to_timestamp.rs`](examples/to_timestamp.rs): Examples of using to_timestamp functions
Expand Down
Loading

0 comments on commit 8d15b00

Please sign in to comment.