Skip to content

Commit 7adbc9c

Browse files
committed
Link to custom_execution_plan.rs example
1 parent e230822 commit 7adbc9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/user-guide/task-estimator.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ present in DataFusion's `TaskContext` to determine which subset of data this tas
2525

2626
There's an example of how to do that in the `examples/` folder:
2727

28-
- TODO: link to example
28+
- [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

Comments
 (0)