Skip to content

Commit 2e860ad

Browse files
committed
Add parquet_index_advanced.rs example of indexin into parquet files
1 parent aed543e commit 2e860ad

File tree

8 files changed

+1059
-5
lines changed

8 files changed

+1059
-5
lines changed

datafusion-examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ cargo run --example csv_sql
6161
- [`make_date.rs`](examples/make_date.rs): Examples of using the make_date function
6262
- [`memtable.rs`](examples/memtable.rs): Create an query data in memory using SQL and `RecordBatch`es
6363
- ['parquet_index.rs'](examples/parquet_index.rs): Create an secondary index over several parquet files and use it to speed up queries
64+
- ['parquet_index_advanced.rs'](examples/parquet_index.rs): Create a detailed secondary index that covers the contents of several parquet files
6465
- [`parquet_sql.rs`](examples/parquet_sql.rs): Build and run a query plan from a SQL statement against a local Parquet file
6566
- [`parquet_sql_multiple_files.rs`](examples/parquet_sql_multiple_files.rs): Build and run a query plan from a SQL statement against multiple local Parquet files
6667
- ['parquet_exec_visitor.rs'](examples/parquet_exec_visitor.rs): Extract statistics by visiting an ExecutionPlan after execution

0 commit comments

Comments
 (0)