Bogdan Pintea b26d7d3e14 Introduce an IP functions group (#108304) vor 1 Jahr
..
description 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
examples 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
kibana 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
layout 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
parameters 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
signature 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
types 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
README.md 96227a1970 ESQL: Generate kibana inline docs (#106782) vor 1 Jahr
aggregation-functions.asciidoc a21242054b ESQL: Document BUCKET as a grouping function (#107864) vor 1 Jahr
avg.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
binary.asciidoc 1541da5e65 ESQL: Generate more docs (#106367) vor 1 Jahr
case.asciidoc 8e0d4e1846 [DOCS] Improve ES|QL functions reference for functions A-D (#103447) vor 1 Jahr
cast.asciidoc 7af45cc52e ESQL: Document the cast operator (::) (#107871) vor 1 Jahr
coalesce.asciidoc 1541da5e65 ESQL: Generate more docs (#106367) vor 1 Jahr
conditional-functions-and-expressions.asciidoc 931dcae41d Add improvements to the ES|QL docs (#101195) vor 2 Jahren
count-distinct.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
count.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
date-time-functions.asciidoc a21242054b ESQL: Document BUCKET as a grouping function (#107864) vor 1 Jahr
greatest.asciidoc 1541da5e65 ESQL: Generate more docs (#106367) vor 1 Jahr
grouping-functions.asciidoc a21242054b ESQL: Document BUCKET as a grouping function (#107864) vor 1 Jahr
in.asciidoc bc59315baa [DOCS] Examples for ES|QL DISSECT and WHERE (#102591) vor 1 Jahr
ip-functions.asciidoc b26d7d3e14 Introduce an IP functions group (#108304) vor 1 Jahr
least.asciidoc 1541da5e65 ESQL: Generate more docs (#106367) vor 1 Jahr
like.asciidoc 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
logical.asciidoc 8ac4ba751e Restructure ES|QL docs (#100806) vor 2 Jahren
math-functions.asciidoc ad15d50863 [ES|QL] more doc generation via annotations (#107541) vor 1 Jahr
max.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
median-absolute-deviation.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
median.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
min.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
mv-functions.asciidoc 7ae08306a0 mv functions (#107839) vor 1 Jahr
now.asciidoc e87c49cb4b [DOCS] Improve ES|QL functions reference for functions E-Z (#104623) vor 1 Jahr
operators.asciidoc b26d7d3e14 Introduce an IP functions group (#108304) vor 1 Jahr
percentile.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
predicates.asciidoc bc59315baa [DOCS] Examples for ES|QL DISSECT and WHERE (#102591) vor 1 Jahr
rlike.asciidoc 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
round.asciidoc 1541da5e65 ESQL: Generate more docs (#106367) vor 1 Jahr
spatial-functions.asciidoc a7b38394d9 ESQL: Support ST_DISJOINT (#107007) vor 1 Jahr
st_centroid_agg.asciidoc d915b964ba Rename ST_CENTROID to ST_CENTROID_AGG (#107226) vor 1 Jahr
st_contains.asciidoc a7b38394d9 ESQL: Support ST_DISJOINT (#107007) vor 1 Jahr
st_disjoint.asciidoc a7b38394d9 ESQL: Support ST_DISJOINT (#107007) vor 1 Jahr
st_intersects.asciidoc a7b38394d9 ESQL: Support ST_DISJOINT (#107007) vor 1 Jahr
st_within.asciidoc a7b38394d9 ESQL: Support ST_DISJOINT (#107007) vor 1 Jahr
st_x.asciidoc 2380492fac ESQL: Support ST_CONTAINS and ST_WITHIN (#106503) vor 1 Jahr
st_y.asciidoc 2380492fac ESQL: Support ST_CONTAINS and ST_WITHIN (#106503) vor 1 Jahr
string-functions.asciidoc 4daac77e3b [ES|QL] Add/Modify annotations for operators for better doc generation (#108220) vor 1 Jahr
sum.asciidoc 980bc500b0 [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) vor 1 Jahr
type-conversion-functions.asciidoc 9482673fbe Docs: move base64 functions under string functions (#107866) vor 1 Jahr
unary.asciidoc 3b738905e1 ESQL: Add type tables for operators to docs (#103206) vor 1 Jahr
values.asciidoc c74490c137 ESQL: Enable VALUES agg for datetime (#107016) vor 1 Jahr

README.md

The files in these subdirectories are generated by ESQL's test suite:

  • description - description of each function scraped from @FunctionInfo#description
  • examples - examples of each function scraped from @FunctionInfo#examples
  • parameters - description of each function's parameters scraped from @Param
  • signature - railroad diagram of the syntax to invoke each function
  • types - a table of each combination of support type for each parameter. These are generated from tests.
  • layout - a fully generated description for each function
  • kibana/definition - function definitions for kibana's ESQL editor
  • kibana/docs - the inline docs for kibana

Most functions can use the generated docs generated in the layout directory. If we need something more custom for the function we can make a file in this directory that can include:: any parts of the files above.

To regenerate the files for a function run its tests using gradle:

./gradlew :x-pack:plugin:esql:test -Dtests.class='*SinTests'

To regenerate the files for all functions run all of ESQL's tests using gradle:

./gradlew :x-pack:plugin:esql:test