Skip to content

Commit

Permalink
Remove update
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Dec 31, 2024
1 parent d56110d commit 01995c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ cargo run --example dataframe
- [`analyzer_rule.rs`](examples/analyzer_rule.rs): Use a custom AnalyzerRule to change a query's semantics (row level access control)
- [`catalog.rs`](examples/catalog.rs): Register the table into a custom catalog
- [`composed_extension_codec`](examples/composed_extension_codec.rs): Example of using multiple extension codecs for serialization / deserialization
- [`config_extensions`](examples/composed_extension_codec.rs): Pass custom options with `ConfigOptions`
- [`csv_sql_streaming.rs`](examples/csv_sql_streaming.rs): Build and run a streaming query plan from a SQL statement against a local CSV file
- [`custom_datasource.rs`](examples/custom_datasource.rs): Run queries against a custom datasource (TableProvider)
- [`custom_file_format.rs`](examples/custom_file_format.rs): Write data to a custom file format
Expand Down

0 comments on commit 01995c9

Please sign in to comment.