mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
SQL: Implement the TO_CHAR() function * 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> |
||
---|---|---|
.. | ||
appendix | ||
endpoints | ||
functions | ||
language | ||
concepts.asciidoc | ||
getting-started.asciidoc | ||
index.asciidoc | ||
limitations.asciidoc | ||
overview.asciidoc | ||
security.asciidoc |