Skip to content

Commit efd68f0

Browse files
committed
tweak
1 parent 46f1c64 commit efd68f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/library-user-guide/functions/adding-udfs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,7 @@ No function matches the given name and argument types substr(Utf8).
684684
Scalar UDFs are functions that take a row of data and return a single value. Window UDFs are similar, but they also have
685685
access to the rows around them. Access to the proximal rows is helpful, but adds some complexity to the implementation.
686686

687-
For background and other considerations, see the
688-
[User defined Window Functions in DataFusion] blog.
687+
For background and other considerations, see the [User defined Window Functions in DataFusion] blog.
689688

690689
[user defined window functions in datafusion]: https://datafusion.apache.org/blog/2025/04/19/user-defined-window-functions
691690

0 commit comments

Comments
 (0)