beliefer commented on code in PR #36976:
URL: https://github.com/apache/spark/pull/36976#discussion_r907186103
##########
docs/sql-ref-functions-builtin.md:
##########
@@ -77,3 +77,93 @@ license: |
{% endif %}
{% endfor %}
+{% for static_file in site.static_files %}
+ {% if static_file.name == 'generated-math-funcs-table.html' %}
+### Mathematical Functions
+{% include_relative generated-math-funcs-table.html %}
+#### Examples
+{% include_relative generated-math-funcs-examples.html %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+{% for static_file in site.static_files %}
+ {% if static_file.name == 'generated-string-funcs-table.html' %}
+### String Functions
+{% include_relative generated-string-funcs-table.html %}
+#### Examples
+{% include_relative generated-string-funcs-examples.html %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+{% for static_file in site.static_files %}
+ {% if static_file.name == 'generated-conditional-funcs-table.html' %}
+### Conditional Functions
+{% include_relative generated-conditional-funcs-table.html %}
+#### Examples
+{% include_relative generated-conditional-funcs-examples.html %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+{% for static_file in site.static_files %}
+ {% if static_file.name == 'generated-bitwise-funcs-table.html' %}
+### Bitwise Functions
+{% include_relative generated-bitwise-funcs-table.html %}
+#### Examples
+{% include_relative generated-bitwise-funcs-examples.html %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+{% for static_file in site.static_files %}
+ {% if static_file.name == 'generated-conversion-funcs-table.html' %}
+### Conversion Functions
+{% include_relative generated-conversion-funcs-table.html %}
+#### Examples
+{% include_relative generated-conversion-funcs-examples.html %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+{% for static_file in site.static_files %}
+ {% if static_file.name == 'generated-predicate-funcs-table.html' %}
+### Predicate Functions
+{% include_relative generated-predicate-funcs-table.html %}
+#### Examples
+{% include_relative generated-predicate-funcs-examples.html %}
+ {% break %}
+ {% endif %}
+{% endfor %}
+
+{% for static_file in site.static_files %}
+ {% if static_file.name == 'generated-generator-funcs-table.html' %}
+### Generator Functions
Review Comment:
OK
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]