Skip to content

Commit 7ff0bbd

Browse files
committed
Add advanced_parquet_index.rs example of indexing into parquet files
1 parent dfdda7c commit 7ff0bbd

File tree

7 files changed

+630
-5
lines changed

7 files changed

+630
-5
lines changed

datafusion-examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ cargo run --example csv_sql
4545
- [`advanced_udaf.rs`](examples/advanced_udaf.rs): Define and invoke a more complicated User Defined Aggregate Function (UDAF)
4646
- [`advanced_udf.rs`](examples/advanced_udf.rs): Define and invoke a more complicated User Defined Scalar Function (UDF)
4747
- [`advanced_udwf.rs`](examples/advanced_udwf.rs): Define and invoke a more complicated User Defined Window Function (UDWF)
48+
- ['advanced_parquet_index.rs'](examples/advanced_parquet_index.rs): Creates a detailed secondary index that covers the contents of several parquet files
4849
- [`avro_sql.rs`](examples/avro_sql.rs): Build and run a query plan from a SQL statement against a local AVRO file
4950
- [`catalog.rs`](examples/catalog.rs): Register the table into a custom catalog
5051
- [`csv_sql.rs`](examples/csv_sql.rs): Build and run a query plan from a SQL statement against a local CSV file

0 commit comments

Comments
 (0)