We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e230822 commit 7adbc9cCopy full SHA for 7adbc9c
docs/source/user-guide/task-estimator.md
@@ -25,4 +25,6 @@ present in DataFusion's `TaskContext` to determine which subset of data this tas
25
26
There's an example of how to do that in the `examples/` folder:
27
28
-- TODO: link to example
+- [custom_execution_plan.rs](https://github.com/datafusion-contrib/datafusion-distributed/blob/main/examples/custom_execution_plan.rs) -
29
+ A complete example showing how to implement a custom execution plan (`numbers(start, end)` table function)
30
+ that works with distributed DataFusion, including a custom codec and TaskEstimator.
0 commit comments