Skip to content

Commit b44bffb

Browse files
committed
Add example for building an external index for parquet filtes
1 parent 842f393 commit b44bffb

File tree

2 files changed

+609
-0
lines changed

2 files changed

+609
-0
lines changed

datafusion-examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ cargo run --example csv_sql
6060
- [`function_factory.rs`](examples/function_factory.rs): Register `CREATE FUNCTION` handler to implement SQL macros
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
63+
- ['parquet_index.rs'](examples/parquet_index.rs): Create an index several parquet files and use it to speed up queries
6364
- [`parquet_sql.rs`](examples/parquet_sql.rs): Build and run a query plan from a SQL statement against a local Parquet file
6465
- [`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
6566
- ['parquet_exec_visitor.rs'](examples/parquet_exec_visitor.rs): Extract statistics by visiting an ExecutionPlan after execution

0 commit comments

Comments
 (0)