techdocsmith commented on code in PR #16745: URL: https://github.com/apache/druid/pull/16745#discussion_r1681610138
########## docs/querying/sql-functions.md: ########## @@ -28,17 +28,39 @@ sidebar_label: "All functions" This document describes the SQL language. ::: +This page provides a reference of all Druid SQL functions in alphabetical order. The **Learn More** at the end of each function section provides further documentation. -This page provides a reference of all Druid SQL functions in alphabetical order. -Click the linked function type for documentation on a particular function. +The examples for each function uses the following datasets that come included with Apache Druid: +* `flight-carriers`: `FlightCarrierOnTime (1 month)` +* `trips_xaa`: `NYC Taxi cabs (3 files)` Review Comment: ```suggestion * `flight-carriers` using `FlightCarrierOnTime (1 month)` * `taxi-trips` using `NYC Taxi cabs (3 files)` ``` Lead with the examples as named in Druid and follow with the abbreviation. Recommend using a standard datasource naming convention. (in this case a dash) Also, use English in example names where possible -- 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]
