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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,12 @@ cargo run --example dataframe
64
64
-[`file_stream_provider.rs`](examples/file_stream_provider.rs): Run a query on `FileStreamProvider` which implements `StreamProvider` for reading and writing to arbitrary stream sources / sinks.
65
65
-[`flight_sql_server.rs`](examples/flight/flight_sql_server.rs): Run DataFusion as a standalone process and execute SQL queries from JDBC clients
66
66
-[`function_factory.rs`](examples/function_factory.rs): Register `CREATE FUNCTION` handler to implement SQL macros
67
-
-[`make_date.rs`](examples/make_date.rs): Examples of using the make_date function
68
67
-[`optimizer_rule.rs`](examples/optimizer_rule.rs): Use a custom OptimizerRule to replace certain predicates
69
68
-[`parquet_index.rs`](examples/parquet_index.rs): Create an secondary index over several parquet files and use it to speed up queries
70
69
-[`parquet_exec_visitor.rs`](examples/parquet_exec_visitor.rs): Extract statistics by visiting an ExecutionPlan after execution
71
70
-[`parse_sql_expr.rs`](examples/parse_sql_expr.rs): Parse SQL text into DataFusion `Expr`.
72
71
-[`plan_to_sql.rs`](examples/plan_to_sql.rs): Generate SQL from DataFusion `Expr` and `LogicalPlan`
73
-
-[`planner_api.rs](examples/planner_api.rs): APIs to manipulate logical and physical plans
72
+
-[`planner_api.rs`](examples/planner_api.rs) APIs to manipulate logical and physical plans
74
73
-[`pruning.rs`](examples/pruning.rs): Use pruning to rule out files based on statistics
75
74
-[`query-aws-s3.rs`](examples/external_dependency/query-aws-s3.rs): Configure `object_store` and run a query against files stored in AWS S3
76
75
-[`query-http-csv.rs`](examples/query-http-csv.rs): Configure `object_store` and run a query against files vi HTTP
@@ -82,9 +81,8 @@ cargo run --example dataframe
82
81
-[`sql_analysis.rs`](examples/sql_analysis.rs): Analyse SQL queries with DataFusion structures
83
82
-[`sql_frontend.rs`](examples/sql_frontend.rs): Create LogicalPlans (only) from sql strings
84
83
-[`sql_dialect.rs`](examples/sql_dialect.rs): Example of implementing a custom SQL dialect on top of `DFParser`
85
-
-[`sql_query.rs`](examples/memtable.rs): Query data using SQL (in memory `RecordBatch`es, local Parquet files)q
86
-
-[`to_char.rs`](examples/to_char.rs): Examples of using the to_char function
87
-
-[`to_timestamp.rs`](examples/to_timestamp.rs): Examples of using to_timestamp functions
84
+
-[`sql_query.rs`](examples/memtable.rs): Query data using SQL (in memory `RecordBatches`, local Parquet files)
85
+
-[`date_time_function.rs`](examples/date_time_function.rs): Examples of date-time related functions and queries.
0 commit comments