Back to Elasticsearch

Ceil

docs/reference/query-languages/esql/_snippets/functions/description/ceil.md

9.4.0437 B
Original Source

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

Description

Round a number up to the nearest integer.

::::{note} This is a noop for long (including unsigned) and integer. For double this picks the closest double value to the integer similar to Math.ceil. ::::