{"version":3,"sources":["../../../src/generated/promql_function_docs/abs.ts","../../../src/generated/promql_function_docs/absent_over_time.ts","../../../src/generated/promql_function_docs/acos.ts","../../../src/generated/promql_function_docs/acosh.ts","../../../src/generated/promql_function_docs/asin.ts","../../../src/generated/promql_function_docs/asinh.ts","../../../src/generated/promql_function_docs/atan.ts","../../../src/generated/promql_function_docs/atanh.ts","../../../src/generated/promql_function_docs/avg.ts","../../../src/generated/promql_function_docs/avg_over_time.ts","../../../src/generated/promql_function_docs/bottomk.ts","../../../src/generated/promql_function_docs/ceil.ts","../../../src/generated/promql_function_docs/clamp.ts","../../../src/generated/promql_function_docs/clamp_max.ts","../../../src/generated/promql_function_docs/clamp_min.ts","../../../src/generated/promql_function_docs/cos.ts","../../../src/generated/promql_function_docs/cosh.ts","../../../src/generated/promql_function_docs/count.ts","../../../src/generated/promql_function_docs/count_over_time.ts","../../../src/generated/promql_function_docs/day_of_month.ts","../../../src/generated/promql_function_docs/day_of_week.ts","../../../src/generated/promql_function_docs/day_of_year.ts","../../../src/generated/promql_function_docs/days_in_month.ts","../../../src/generated/promql_function_docs/deg.ts","../../../src/generated/promql_function_docs/delta.ts","../../../src/generated/promql_function_docs/deriv.ts","../../../src/generated/promql_function_docs/exp.ts","../../../src/generated/promql_function_docs/first_over_time.ts","../../../src/generated/promql_function_docs/floor.ts","../../../src/generated/promql_function_docs/histogram_avg.ts","../../../src/generated/promql_function_docs/histogram_count.ts","../../../src/generated/promql_function_docs/histogram_fraction.ts","../../../src/generated/promql_function_docs/histogram_quantile.ts","../../../src/generated/promql_function_docs/histogram_sum.ts","../../../src/generated/promql_function_docs/hour.ts","../../../src/generated/promql_function_docs/idelta.ts","../../../src/generated/promql_function_docs/increase.ts","../../../src/generated/promql_function_docs/irate.ts","../../../src/generated/promql_function_docs/last_over_time.ts","../../../src/generated/promql_function_docs/limitk.ts","../../../src/generated/promql_function_docs/ln.ts","../../../src/generated/promql_function_docs/log10.ts","../../../src/generated/promql_function_docs/log2.ts","../../../src/generated/promql_function_docs/max.ts","../../../src/generated/promql_function_docs/max_over_time.ts","../../../src/generated/promql_function_docs/min.ts","../../../src/generated/promql_function_docs/min_over_time.ts","../../../src/generated/promql_function_docs/minute.ts","../../../src/generated/promql_function_docs/month.ts","../../../src/generated/promql_function_docs/pi.ts","../../../src/generated/promql_function_docs/present_over_time.ts","../../../src/generated/promql_function_docs/quantile.ts","../../../src/generated/promql_function_docs/quantile_over_time.ts","../../../src/generated/promql_function_docs/rad.ts","../../../src/generated/promql_function_docs/rate.ts","../../../src/generated/promql_function_docs/round.ts","../../../src/generated/promql_function_docs/scalar.ts","../../../src/generated/promql_function_docs/sgn.ts","../../../src/generated/promql_function_docs/sin.ts","../../../src/generated/promql_function_docs/sinh.ts","../../../src/generated/promql_function_docs/sqrt.ts","../../../src/generated/promql_function_docs/stddev.ts","../../../src/generated/promql_function_docs/stddev_over_time.ts","../../../src/generated/promql_function_docs/stdvar.ts","../../../src/generated/promql_function_docs/stdvar_over_time.ts","../../../src/generated/promql_function_docs/sum.ts","../../../src/generated/promql_function_docs/sum_over_time.ts","../../../src/generated/promql_function_docs/tan.ts","../../../src/generated/promql_function_docs/tanh.ts","../../../src/generated/promql_function_docs/time.ts","../../../src/generated/promql_function_docs/timestamp.ts","../../../src/generated/promql_function_docs/topk.ts","../../../src/generated/promql_function_docs/vector.ts","../../../src/generated/promql_function_docs/year.ts","../../../src/generated/promql_function_docs/index.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/abs.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the input vector with all sample values converted to their absolute value.',\n  examples: [\n    'abs(rate(http_requests_total[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/absent_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns `1` if the range vector has no elements, and `0` otherwise.',\n  examples: [\n    'absent_over_time(nonexistent_metric[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/acos.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the arccosine of all elements in the input vector.',\n  examples: [\n    'acos(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/acosh.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the inverse hyperbolic cosine of all elements in the input vector.',\n  examples: [\n    'acosh(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/asin.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the arcsine of all elements in the input vector.',\n  examples: [\n    'asin(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/asinh.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the inverse hyperbolic sine of all elements in the input vector.',\n  examples: [\n    'asinh(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/atan.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the arctangent of all elements in the input vector.',\n  examples: [\n    'atan(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/atanh.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the inverse hyperbolic tangent of all elements in the input vector.',\n  examples: [\n    'atanh(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/avg.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the average of the values across the input vector.',\n  examples: [\n    'avg(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/avg_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the average value of all points in the specified time range.',\n  examples: [\n    'avg_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/bottomk.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns `k` time series with the lowest values, keeping their full label set. When used with `by`, `bottomk` ranks independently within each group.',\n  examples: [\n    'bottomk(3, http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/ceil.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Rounds the sample values of all elements up to the nearest integer.',\n  examples: [\n    'ceil(rate(http_requests_total[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/clamp.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Clamps the sample values of all elements to be within [min, max].',\n  examples: [\n    'clamp(http_requests_total, 0, 100)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/clamp_max.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Clamps the sample values of all elements to have an upper limit of max.',\n  examples: [\n    'clamp_max(http_requests_total, 100)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/clamp_min.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Clamps the sample values of all elements to have a lower limit of min.',\n  examples: [\n    'clamp_min(http_requests_total, 0)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/cos.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the cosine of all elements in the input vector.',\n  examples: [\n    'cos(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/cosh.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the hyperbolic cosine of all elements in the input vector.',\n  examples: [\n    'cosh(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/count.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Counts the number of elements in the input vector.',\n  examples: [\n    'count(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/count_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the count of all values in the specified time range.',\n  examples: [\n    'count_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/day_of_month.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the day of the month for each of the input timestamps (in UTC). Returned values are from 1 to 31.',\n  examples: [\n    'day_of_month()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/day_of_week.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the day of the week for each of the input timestamps (in UTC). Returned values are from 0 to 6, where 0 means Sunday.',\n  examples: [\n    'day_of_week()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/day_of_year.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the day of the year for each of the input timestamps (in UTC). Returned values are from 1 to 366.',\n  examples: [\n    'day_of_year()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/days_in_month.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the number of days in the month for each of the input timestamps (in UTC). Returned values are from 28 to 31.',\n  examples: [\n    'days_in_month()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/deg.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Converts input values from radians to degrees for all elements in the input vector.',\n  examples: [\n    'deg(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/delta.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the difference between the first and last value of each time series in a range vector. Operates on gauges: counter inputs are automatically and transparently converted to a gauge with `to_gauge`. The result is always a `double`.',\n  examples: [\n    'delta(cpu_temp_celsius[2h])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/deriv.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the per-second derivative of the time series using simple linear regression. Operates on gauges: counter inputs are automatically and transparently converted to a gauge with `to_gauge`. The result is always a `double`.',\n  examples: [\n    'deriv(node_memory_free_bytes[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/exp.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the exponential function for all elements in the input vector.',\n  examples: [\n    'exp(rate(http_requests_total[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/first_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the first value of each time series in the specified time range.',\n  examples: [\n    'first_over_time(http_requests_total[1h])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/floor.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Rounds the sample values of all elements down to the nearest integer.',\n  examples: [\n    'floor(rate(http_requests_total[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/histogram_avg.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the arithmetic average of observations stored in a native histogram.',\n  examples: [\n    'histogram_avg(increase(http_request_duration_seconds[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/histogram_count.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the count of observations stored in a native histogram.',\n  examples: [\n    'histogram_count(increase(http_request_duration_seconds[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/histogram_fraction.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the estimated fraction of observations of a native histogram that fall between the provided lower and upper values.',\n  examples: [\n    'histogram_fraction(0, 0.2, increase(http_request_duration_seconds[1h]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/histogram_quantile.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the φ-quantile of a classic histogram represented by cumulative `le` buckets or a native (exponential) histogram.',\n  examples: [\n    'histogram_quantile(0.9, rate(http_request_duration_seconds_bucket[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/histogram_sum.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the sum of observations stored in a native histogram.',\n  examples: [\n    'histogram_sum(increase(http_request_duration_seconds[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/hour.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the hour of the day for each of the input timestamps (in UTC). Returned values are from 0 to 23.',\n  examples: [\n    'hour()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/idelta.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the difference between the last two samples of each time series in a range vector. Operates on gauges: counter inputs are automatically and transparently converted to a gauge with `to_gauge`. The result is always a `double`.',\n  examples: [\n    'idelta(cpu_temp_celsius[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/increase.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the increase in the time series in the range vector, adjusting for counter resets. Requires a counter input; non-counter inputs are automatically coerced with `to_counter`. The metric\\'s configured temporality (cumulative or delta) is honored. The result is always a `double`.',\n  examples: [\n    'increase(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/irate.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the per-second instant rate of increase based on the last two data points. Requires a counter input; non-counter inputs are automatically coerced with `to_counter`. The metric\\'s configured temporality (cumulative or delta) is honored. The result is always a `double`.',\n  examples: [\n    'irate(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/last_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the most recent value of each time series in the specified time range.',\n  examples: [\n    'last_over_time(http_requests_total[1h])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/limitk.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns `k` arbitrary elements from the input vector, keeping their full label set. Unlike `topk` and `bottomk`, selection is not sort-based and histogram samples are included.',\n  examples: [\n    'limitk(3, http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/ln.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the natural logarithm for all elements in the input vector.',\n  examples: [\n    'ln(memory_usage_bytes)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/log10.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the decimal logarithm for all elements in the input vector.',\n  examples: [\n    'log10(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/log2.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the binary logarithm for all elements in the input vector.',\n  examples: [\n    'log2(memory_usage_bytes)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/max.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the maximum value across the input vector.',\n  examples: [\n    'max(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/max_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the maximum value of all points in the specified time range.',\n  examples: [\n    'max_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/min.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the minimum value across the input vector.',\n  examples: [\n    'min(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/min_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the minimum value of all points in the specified time range.',\n  examples: [\n    'min_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/minute.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the minute of the hour for each of the input timestamps (in UTC). Returned values are from 0 to 59.',\n  examples: [\n    'minute()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/month.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the month of the year for each of the input timestamps (in UTC). Returned values are from 1 to 12.',\n  examples: [\n    'month()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/pi.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the value of pi.',\n  examples: [\n    'pi()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/present_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns `1` if the range vector has at least one element, and `0` otherwise.',\n  examples: [\n    'present_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/quantile.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the φ-quantile (0 ≤ φ ≤ 1) of the values across the input vector.',\n  examples: [\n    'quantile(0.9, http_request_duration_seconds)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/quantile_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the φ-quantile (0 ≤ φ ≤ 1) of the values in the specified time range.',\n  examples: [\n    'quantile_over_time(0.5, http_requests_total[1h])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/rad.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Converts input values from degrees to radians for all elements in the input vector.',\n  examples: [\n    'rad(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/rate.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the per-second average rate of increase of the time series in the range vector. Requires a counter input; non-counter inputs are automatically coerced with `to_counter`. The metric\\'s configured temporality (cumulative or delta) is honored. The result is always a `double`.',\n  examples: [\n    'rate(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/round.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Rounds the sample values to the nearest integer, or to the nearest multiple of the optional argument.',\n  examples: [\n    'round(rate(http_requests_total[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/scalar.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the sample value of a single-element instant vector as a scalar. If the input vector does not have exactly one element, scalar returns NaN.',\n  examples: [\n    'scalar(sum(http_requests_total))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/sgn.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the sign of the sample values: -1 for negative, 0 for zero, and 1 for positive values.',\n  examples: [\n    'sgn(delta(queue_depth[5m]))',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/sin.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the sine of all elements in the input vector.',\n  examples: [\n    'sin(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/sinh.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the hyperbolic sine of all elements in the input vector.',\n  examples: [\n    'sinh(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/sqrt.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the square root of all elements in the input vector.',\n  examples: [\n    'sqrt(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/stddev.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the population standard deviation across the input vector.',\n  examples: [\n    'stddev(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/stddev_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the population standard deviation of the values in the specified time range.',\n  examples: [\n    'stddev_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/stdvar.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the population variance across the input vector.',\n  examples: [\n    'stdvar(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/stdvar_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the population variance of the values in the specified time range.',\n  examples: [\n    'stdvar_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/sum.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the sum of the values across the input vector.',\n  examples: [\n    'sum(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/sum_over_time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the sum of all values in the specified time range.',\n  examples: [\n    'sum_over_time(http_requests_total[5m])',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/tan.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the tangent of all elements in the input vector.',\n  examples: [\n    'tan(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/tanh.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Calculates the hyperbolic tangent of all elements in the input vector.',\n  examples: [\n    'tanh(some_metric)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/time.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the number of seconds since January 1, 1970 UTC. Note that this does not actually return the current time, but the time at which the expression is being evaluated.',\n  examples: [\n    'time()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/timestamp.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the timestamp of each sample of the given vector as the number of seconds since January 1, 1970 UTC. It acts on float and histogram samples in the same way.',\n  examples: [\n    'timestamp(http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/topk.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns `k` time series with the highest values, keeping their full label set. When used with `by`, `topk` ranks independently within each group.',\n  examples: [\n    'topk(3, http_requests_total)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/vector.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the scalar as a vector with no labels.',\n  examples: [\n    'vector(1)',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED BY\n// `yarn workspace @elastic/esql-definitions generate` FROM\n// `elasticsearch/promql/x-pack-esql/definition/functions/year.json`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nconst docs: DefinitionDocs = {\n  description: 'Returns the year for each of the input timestamps (in UTC).',\n  examples: [\n    'year()',\n  ],\n};\n\nexport default docs;\n","/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0; you may not use this file except in compliance with the Elastic License\n * 2.0.\n */\n\n// DO NOT MODIFY THIS FILE BY HAND. IT IS GENERATED FROM `elasticsearch/` BY\n// `yarn workspace @elastic/esql-definitions generate`.\n\nimport type { DefinitionDocs } from '../../definition_types';\n\nimport absDocs from './abs';\nimport absentOverTimeDocs from './absent_over_time';\nimport acosDocs from './acos';\nimport acoshDocs from './acosh';\nimport asinDocs from './asin';\nimport asinhDocs from './asinh';\nimport atanDocs from './atan';\nimport atanhDocs from './atanh';\nimport avgDocs from './avg';\nimport avgOverTimeDocs from './avg_over_time';\nimport bottomkDocs from './bottomk';\nimport ceilDocs from './ceil';\nimport clampDocs from './clamp';\nimport clampMaxDocs from './clamp_max';\nimport clampMinDocs from './clamp_min';\nimport cosDocs from './cos';\nimport coshDocs from './cosh';\nimport countDocs from './count';\nimport countOverTimeDocs from './count_over_time';\nimport dayOfMonthDocs from './day_of_month';\nimport dayOfWeekDocs from './day_of_week';\nimport dayOfYearDocs from './day_of_year';\nimport daysInMonthDocs from './days_in_month';\nimport degDocs from './deg';\nimport deltaDocs from './delta';\nimport derivDocs from './deriv';\nimport expDocs from './exp';\nimport firstOverTimeDocs from './first_over_time';\nimport floorDocs from './floor';\nimport histogramAvgDocs from './histogram_avg';\nimport histogramCountDocs from './histogram_count';\nimport histogramFractionDocs from './histogram_fraction';\nimport histogramQuantileDocs from './histogram_quantile';\nimport histogramSumDocs from './histogram_sum';\nimport hourDocs from './hour';\nimport ideltaDocs from './idelta';\nimport increaseDocs from './increase';\nimport irateDocs from './irate';\nimport lastOverTimeDocs from './last_over_time';\nimport limitkDocs from './limitk';\nimport lnDocs from './ln';\nimport log10Docs from './log10';\nimport log2Docs from './log2';\nimport maxDocs from './max';\nimport maxOverTimeDocs from './max_over_time';\nimport minDocs from './min';\nimport minOverTimeDocs from './min_over_time';\nimport minuteDocs from './minute';\nimport monthDocs from './month';\nimport piDocs from './pi';\nimport presentOverTimeDocs from './present_over_time';\nimport quantileDocs from './quantile';\nimport quantileOverTimeDocs from './quantile_over_time';\nimport radDocs from './rad';\nimport rateDocs from './rate';\nimport roundDocs from './round';\nimport scalarDocs from './scalar';\nimport sgnDocs from './sgn';\nimport sinDocs from './sin';\nimport sinhDocs from './sinh';\nimport sqrtDocs from './sqrt';\nimport stddevDocs from './stddev';\nimport stddevOverTimeDocs from './stddev_over_time';\nimport stdvarDocs from './stdvar';\nimport stdvarOverTimeDocs from './stdvar_over_time';\nimport sumDocs from './sum';\nimport sumOverTimeDocs from './sum_over_time';\nimport tanDocs from './tan';\nimport tanhDocs from './tanh';\nimport timeDocs from './time';\nimport timestampDocs from './timestamp';\nimport topkDocs from './topk';\nimport vectorDocs from './vector';\nimport yearDocs from './year';\n\nexport const promqlFunctionDocs: Record<string, DefinitionDocs> = {\n  abs: absDocs,\n  absent_over_time: absentOverTimeDocs,\n  acos: acosDocs,\n  acosh: acoshDocs,\n  asin: asinDocs,\n  asinh: asinhDocs,\n  atan: atanDocs,\n  atanh: atanhDocs,\n  avg: avgDocs,\n  avg_over_time: avgOverTimeDocs,\n  bottomk: bottomkDocs,\n  ceil: ceilDocs,\n  clamp: clampDocs,\n  clamp_max: clampMaxDocs,\n  clamp_min: clampMinDocs,\n  cos: cosDocs,\n  cosh: coshDocs,\n  count: countDocs,\n  count_over_time: countOverTimeDocs,\n  day_of_month: dayOfMonthDocs,\n  day_of_week: dayOfWeekDocs,\n  day_of_year: dayOfYearDocs,\n  days_in_month: daysInMonthDocs,\n  deg: degDocs,\n  delta: deltaDocs,\n  deriv: derivDocs,\n  exp: expDocs,\n  first_over_time: firstOverTimeDocs,\n  floor: floorDocs,\n  histogram_avg: histogramAvgDocs,\n  histogram_count: histogramCountDocs,\n  histogram_fraction: histogramFractionDocs,\n  histogram_quantile: histogramQuantileDocs,\n  histogram_sum: histogramSumDocs,\n  hour: hourDocs,\n  idelta: ideltaDocs,\n  increase: increaseDocs,\n  irate: irateDocs,\n  last_over_time: lastOverTimeDocs,\n  limitk: limitkDocs,\n  ln: lnDocs,\n  log10: log10Docs,\n  log2: log2Docs,\n  max: maxDocs,\n  max_over_time: maxOverTimeDocs,\n  min: minDocs,\n  min_over_time: minOverTimeDocs,\n  minute: minuteDocs,\n  month: monthDocs,\n  pi: piDocs,\n  present_over_time: presentOverTimeDocs,\n  quantile: quantileDocs,\n  quantile_over_time: quantileOverTimeDocs,\n  rad: radDocs,\n  rate: rateDocs,\n  round: roundDocs,\n  scalar: scalarDocs,\n  sgn: sgnDocs,\n  sin: sinDocs,\n  sinh: sinhDocs,\n  sqrt: sqrtDocs,\n  stddev: stddevDocs,\n  stddev_over_time: stddevOverTimeDocs,\n  stdvar: stdvarDocs,\n  stdvar_over_time: stdvarOverTimeDocs,\n  sum: sumDocs,\n  sum_over_time: sumOverTimeDocs,\n  tan: tanDocs,\n  tanh: tanhDocs,\n  time: timeDocs,\n  timestamp: timestampDocs,\n  topk: topkDocs,\n  vector: vectorDocs,\n  year: yearDocs,\n};\n"],"mappings":"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","names":["docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs","docs"]}