elasticsearch/docs/reference/sql
Andras Palinkas f9f3723e90
SQL: Implement TO_CHAR() function (#66486) (#67799)
* The implementation is according to PostgreSQL 13 specs:
https://www.postgresql.org/docs/13/functions-formatting.html
* Tested against actual output from PostgreSQL 13 using randomized inputs
* All the Postgres formats are supported, there is also partial supports
 for the modifiers (`FM` and `TH` are supported)
* Random unit test data generator script in case we need to upgrade the
 formatter in the future
* Documentation
* Integration tests

Co-authored-by: Michał Wąsowicz <mwasowicz7@gmail.com>
Co-authored-by: Andras Palinkas <andras.palinkas@elastic.co>
2021-01-21 15:40:21 -05:00
..
appendix SQL: Implement TOP as an alternative to LIMIT (#57428) (#57507) 2020-06-02 10:53:42 +02:00
endpoints SQL: Document Maven Central as a JDBC repository (#62618) 2020-09-21 13:04:43 +02:00
functions SQL: Implement TO_CHAR() function (#66486) (#67799) 2021-01-21 15:40:21 -05:00
language SQL: Remove constant_keyword from SQL docs (#64709) 2020-11-06 20:10:21 +01:00
concepts.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) (#61209) 2020-08-17 11:27:04 -04:00
getting-started.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) (#59994) 2020-07-21 15:49:58 -04:00
index.asciidoc SQL: [Tests] Move JDBC integration tests to new module (#56872) (#57072) 2020-05-22 17:49:36 +02:00
limitations.asciidoc Abort sorting in case of local agg sort queue overflow (#65687) 2020-12-07 11:32:07 +01:00
overview.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
security.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00