elasticsearch/docs/reference/sql/functions
Marios Trivyzas b37e96712d
SQL: Implement DATE_TRUNC function (#46473)
DATE_TRUNC(<truncate field>, <date/datetime>) is a function that allows
the user to truncate a timestamp to the specified field by zeroing out
the rest of the fields. The function is implemented according to the
spec from PostgreSQL: https://www.postgresql.org/docs/current/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC

Closes: #46319
2019-09-11 21:09:40 +03:00
..
aggs.asciidoc
conditional.asciidoc [DOCS] Correct `IIF` conditional section title (#45979) 2019-08-26 11:13:18 -04:00
date-time.asciidoc SQL: Implement DATE_TRUNC function (#46473) 2019-09-11 21:09:40 +03:00
geo.asciidoc
grouping.asciidoc
index.asciidoc SQL: Implement DATE_TRUNC function (#46473) 2019-09-11 21:09:40 +03:00
like-rlike.asciidoc
math.asciidoc
operators.asciidoc
search.asciidoc
string.asciidoc
system.asciidoc
type-conversion.asciidoc