Skip to content

Commit

Permalink
explain what UDTF means
Browse files Browse the repository at this point in the history
  • Loading branch information
suremarc committed Dec 27, 2024
1 parent 01e9be6 commit 2e39696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a typical pattern with DataFusion, as files in object storage usually ar
## Example

Here we walk through a hypothetical example of setting up a materialized view, to illustrate
what this library offers. The core of the incremental view maintenance is a UDTF, called `file_dependencies`, that
what this library offers. The core of the incremental view maintenance is a UDTF (User-Defined Table Function), called `file_dependencies`, that
outputs a build graph for a materialized view. This gives users the information they need to determine
when partitions of the materialized view need to be recomputed.

Expand Down

0 comments on commit 2e39696

Please sign in to comment.