You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datafusion-examples/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ cargo run --example csv_sql
60
60
-[`function_factory.rs`](examples/function_factory.rs): Register `CREATE FUNCTION` handler to implement SQL macros
61
61
-[`make_date.rs`](examples/make_date.rs): Examples of using the make_date function
62
62
-[`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
63
64
-[`parquet_sql.rs`](examples/parquet_sql.rs): Build and run a query plan from a SQL statement against a local Parquet file
64
65
-[`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
65
66
-['parquet_exec_visitor.rs'](examples/parquet_exec_visitor.rs): Extract statistics by visiting an ExecutionPlan after execution
0 commit comments