Skip to content

Commit

Permalink
Reorder functions and operators list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlodin authored and electrum committed Jun 25, 2021
1 parent 52f5e7d commit 6bc2594
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/src/main/sphinx/functions.rst
Expand Up @@ -15,32 +15,32 @@ and the :doc:`SQL statement and syntax reference</sql>`.
.. toctree::
:maxdepth: 1

Logical <functions/logical>
Aggregate <functions/aggregate>
Array <functions/array>
Binary <functions/binary>
Bitwise <functions/bitwise>
Color <functions/color>
Comparison <functions/comparison>
Conditional <functions/conditional>
Lambda <functions/lambda>
Conversion <functions/conversion>
Math <functions/math>
Bitwise <functions/bitwise>
Decimal <functions/decimal>
String <functions/string>
Regular expression <functions/regexp>
Binary <functions/binary>
JSON <functions/json>
Date and time <functions/datetime>
Aggregate <functions/aggregate>
Window <functions/window>
Array <functions/array>
Map <functions/map>
URL <functions/url>
Decimal <functions/decimal>
Geospatial <functions/geospatial>
HyperLogLog <functions/hyperloglog>
JSON <functions/json>
Lambda <functions/lambda>
Logical <functions/logical>
Machine learning <functions/ml>
Map <functions/map>
Math <functions/math>
Quantile digest <functions/qdigest>
T-Digest <functions/tdigest>
UUID <functions/uuid>
Color <functions/color>
Regular expression <functions/regexp>
Session <functions/session>
String <functions/string>
System <functions/system>
Teradata <functions/teradata>
Machine learning <functions/ml>
T-Digest <functions/tdigest>
URL <functions/url>
UUID <functions/uuid>
Window <functions/window>
functions/list

0 comments on commit 6bc2594

Please sign in to comment.