elasticsearch/docs/reference/query-languages/esql/_snippets/functions/layout
Craig Taverner 98a2c711f8
Refine ESQL docs handling of applies_to (#125835)
This primarily splits the old preview:true warning from the newer applies_to approach. Since all of our current applies_to examples are actually just behaviour modifications of current functions, we do not use the official docs {applies_to} syntax. However there is code to make use of that in the case where we have an entirely new function which will appear in a new version.

Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
2025-03-28 22:09:15 +01:00
..
abs.md
acos.md
asin.md
atan.md
atan2.md
avg.md
bit_length.md
bucket.md
byte_length.md
case.md
categorize.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
cbrt.md
ceil.md
cidr_match.md
coalesce.md
concat.md
cos.md
cosh.md
count.md
count_distinct.md
date_diff.md
date_extract.md
date_format.md
date_parse.md
date_trunc.md
e.md
ends_with.md
exp.md
floor.md
from_base64.md
greatest.md
hash.md
hypot.md
ip_prefix.md
kql.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
least.md
left.md
length.md
locate.md
log.md
log10.md
ltrim.md
match.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
max.md
md5.md
median.md
median_absolute_deviation.md
min.md
mv_append.md Additional support for docs for ES|QL operators and version-specific differentiation (#125251) 2025-03-24 09:56:45 +01:00
mv_avg.md
mv_concat.md
mv_count.md
mv_dedupe.md
mv_first.md
mv_last.md
mv_max.md
mv_median.md
mv_median_absolute_deviation.md
mv_min.md
mv_percentile.md
mv_pseries_weighted_sum.md
mv_slice.md
mv_sort.md
mv_sum.md
mv_zip.md
now.md
percentile.md
pi.md
pow.md
qstr.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
repeat.md
replace.md
reverse.md
right.md
round.md
rtrim.md
sha1.md
sha256.md
signum.md
sin.md
sinh.md
space.md
split.md
sqrt.md
st_centroid_agg.md
st_contains.md
st_disjoint.md
st_distance.md
st_envelope.md
st_extent_agg.md
st_intersects.md
st_within.md
st_x.md
st_xmax.md
st_xmin.md
st_y.md
st_ymax.md
st_ymin.md
starts_with.md
std_dev.md
substring.md
sum.md
tan.md
tanh.md
tau.md
term.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
to_aggregate_metric_double.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
to_base64.md
to_boolean.md
to_cartesianpoint.md
to_cartesianshape.md
to_date_nanos.md Additional support for docs for ES|QL operators and version-specific differentiation (#125251) 2025-03-24 09:56:45 +01:00
to_dateperiod.md
to_datetime.md
to_degrees.md
to_double.md
to_geopoint.md
to_geoshape.md
to_integer.md
to_ip.md
to_long.md
to_lower.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
to_radians.md
to_string.md
to_timeduration.md
to_unsigned_long.md
to_upper.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
to_version.md
top.md
trim.md
values.md Refine ESQL docs handling of applies_to (#125835) 2025-03-28 22:09:15 +01:00
weighted_avg.md