Skip to content

Commit

Permalink
Update custom-table-providers.md (#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpoorman authored Dec 4, 2023
1 parent 26196e6 commit e5a95b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/library-user-guide/custom-table-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section will also touch on how to have DataFusion use the new `TableProvide

## Table Provider and Scan

The `scan` method on the `TableProvider` is likely its most important. It returns an `ExecutionPlan` that DataFusion will use to read the actual data during execution o the query.
The `scan` method on the `TableProvider` is likely its most important. It returns an `ExecutionPlan` that DataFusion will use to read the actual data during execution of the query.

### Scan

Expand Down

0 comments on commit e5a95b1

Please sign in to comment.