File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
docs/source/library-user-guide/functions Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -684,8 +684,7 @@ No function matches the given name and argument types substr(Utf8).
684684Scalar UDFs are functions that take a row of data and return a single value. Window UDFs are similar, but they also have
685685access 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
You can’t perform that action at this time.
0 commit comments