@@ -24,7 +24,7 @@ SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
24
24
cd " ${SOURCE_DIR} /../" && pwd
25
25
26
26
27
- TARGET_FILE=" docs/source/user-guide/sql/aggregate_functions_new .md"
27
+ TARGET_FILE=" docs/source/user-guide/sql/aggregate_functions .md"
28
28
PRINT_AGGREGATE_FUNCTION_DOCS_COMMAND=" cargo run --manifest-path datafusion/core/Cargo.toml --bin print_functions_docs -- aggregate"
29
29
30
30
echo " Inserting header"
@@ -56,13 +56,7 @@ update documentation for an individual UDF or the
56
56
dev/update_function_docs.sh file for updating surrounding text.
57
57
-->
58
58
59
- # Aggregate Functions (NEW)
60
-
61
- Note: this documentation is in the process of being migrated to be [automatically created from the codebase].
62
- Please see the [Aggregate Functions (old)](aggregate_functions.md) page for
63
- the rest of the documentation.
64
-
65
- [automatically created from the codebase]: https://github.com/apache/datafusion/issues/12740
59
+ # Aggregate Functions
66
60
67
61
Aggregate functions operate on a set of values to compute a single result.
68
62
EOF
75
69
76
70
echo " '$TARGET_FILE ' successfully updated!"
77
71
78
- TARGET_FILE=" docs/source/user-guide/sql/scalar_functions_new .md"
72
+ TARGET_FILE=" docs/source/user-guide/sql/scalar_functions .md"
79
73
PRINT_SCALAR_FUNCTION_DOCS_COMMAND=" cargo run --manifest-path datafusion/core/Cargo.toml --bin print_functions_docs -- scalar"
80
74
81
75
echo " Inserting header"
@@ -107,13 +101,7 @@ update documentation for an individual UDF or the
107
101
dev/update_function_docs.sh file for updating surrounding text.
108
102
-->
109
103
110
- # Scalar Functions (NEW)
111
-
112
- Note: this documentation is in the process of being migrated to be [automatically created from the codebase].
113
- Please see the [Scalar Functions (old)](aggregate_functions.md) page for
114
- the rest of the documentation.
115
-
116
- [automatically created from the codebase]: https://github.com/apache/datafusion/issues/12740
104
+ # Scalar Functions
117
105
118
106
EOF
119
107
0 commit comments