| --- |
| layout: global |
| title: Built-in Functions |
| displayTitle: Built-in Functions |
| license: | |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --- |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-agg-funcs-table.html' %} |
| ### Aggregate Functions |
| {% include_relative generated-agg-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-agg-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-window-funcs-table.html' %} |
| ### Window Functions |
| {% include_relative generated-window-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-window-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-array-funcs-table.html' %} |
| ### Array Functions |
| {% include_relative generated-array-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-array-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-map-funcs-table.html' %} |
| ### Map Functions |
| {% include_relative generated-map-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-map-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-datetime-funcs-table.html' %} |
| ### Date and Timestamp Functions |
| {% include_relative generated-datetime-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-datetime-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-json-funcs-table.html' %} |
| ### JSON Functions |
| {% include_relative generated-json-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-json-funcs-examples.html %} |
| {% break %} |
| {% 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-csv-funcs-table.html' %} |
| ### Csv Functions |
| {% include_relative generated-csv-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-csv-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-misc-funcs-table.html' %} |
| ### Misc Functions |
| {% include_relative generated-misc-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-misc-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |
| |
| {% for static_file in site.static_files %} |
| {% if static_file.name == 'generated-generator-funcs-table.html' %} |
| ### Generator Functions |
| {% include_relative generated-generator-funcs-table.html %} |
| #### Examples |
| {% include_relative generated-generator-funcs-examples.html %} |
| {% break %} |
| {% endif %} |
| {% endfor %} |