|
6 månader sedan | |
---|---|---|
.. | ||
appendix | 735d80dffd ESQL: Add COUNT and COUNT_DISTINCT aggregation tests (#111409) | 1 år sedan |
description | ed59920f95 ESQL: Split grouping functions based on their EVAL-ability (#126597) (#126715) | 6 månader sedan |
examples | 2163ad5d80 [8.x] Backport to_aggregate_metric_double and sorting (#126438) | 6 månader sedan |
functionNamedParams | 217b26f4ae ESQL: Hide some "extras" from docs (#124763) (#126126) | 6 månader sedan |
kibana | 2163ad5d80 [8.x] Backport to_aggregate_metric_double and sorting (#126438) | 6 månader sedan |
layout | 2163ad5d80 [8.x] Backport to_aggregate_metric_double and sorting (#126438) | 6 månader sedan |
parameters | 2163ad5d80 [8.x] Backport to_aggregate_metric_double and sorting (#126438) | 6 månader sedan |
signature | 2163ad5d80 [8.x] Backport to_aggregate_metric_double and sorting (#126438) | 6 månader sedan |
types | 2163ad5d80 [8.x] Backport to_aggregate_metric_double and sorting (#126438) | 6 månader sedan |
README.md | 96227a1970 ESQL: Generate kibana inline docs (#106782) | 1 år sedan |
aggregation-functions.asciidoc | 905f9f4692 ESQL: Support ST_EXTENT_AGG (#117451) (#118829) | 10 månader sedan |
binary.asciidoc | df1130f4b2 [ES|QL][DOCS] Add docs for date_period and time_duration (#116368) (#117021) | 10 månader sedan |
cast.asciidoc | 7af45cc52e ESQL: Document the cast operator (::) (#107871) | 1 år sedan |
conditional-functions-and-expressions.asciidoc | 11de886346 [ES|QL] Add/Modify annotations for spatial and conditional functions for better doc generation (#107722) | 1 år sedan |
date-time-functions.asciidoc | fed808850d ES|QL: Add unit tests for now() function (#108498) | 1 år sedan |
grouping-functions.asciidoc | ca711ed7f1 [DOCS] 8.x mention categorize license requirement (#126670) (#126689) | 6 månader sedan |
in.asciidoc | bc59315baa [DOCS] Examples for ES|QL DISSECT and WHERE (#102591) | 1 år sedan |
ip-functions.asciidoc | fc0313f429 ESQL: Add aggregations testing base and docs (#110042) | 1 år sedan |
like.asciidoc | 5290630bd0 ES|QL: improve docs about escaping for GROK, DISSECT, LIKE, RLIKE (#115320) (#115493) | 11 månader sedan |
logical.asciidoc | 8ac4ba751e Restructure ES|QL docs (#100806) | 2 år sedan |
math-functions.asciidoc | 42aa343daf [ES|QL] Add hypot function (#114382) (#114658) | 1 år sedan |
mv-functions.asciidoc | 20e02fab75 ESQL: Add docs for MV_PERCENTILE (#117377) (#117381) | 10 månader sedan |
operators.asciidoc | 5a9c05ea1d ESQL - match operator included in non-snapshot builds (#116819) (#117224) | 10 månader sedan |
predicates.asciidoc | bc59315baa [DOCS] Examples for ES|QL DISSECT and WHERE (#102591) | 1 år sedan |
rlike.asciidoc | 5290630bd0 ES|QL: improve docs about escaping for GROK, DISSECT, LIKE, RLIKE (#115320) (#115493) | 11 månader sedan |
search-functions.asciidoc | 2daacef577 [8.x] [ES|QL] Enable KQL function as a tech preview (#119730) (#119954) | 9 månader sedan |
search.asciidoc | 4b86fda751 Match, Like and RLike operators improved docs (#120504) (#120769) | 8 månader sedan |
spatial-functions.asciidoc | d6c14a2b8a [8.x] Support ST_ENVELOPE and related ST_XMIN, etc. (#116964) (#118743) | 10 månader sedan |
string-functions.asciidoc | b398448848 Hash functions (#118938) (#119769) | 9 månader sedan |
type-conversion-functions.asciidoc | 5af15f42cd [8.x] ESQL - docs for to_date_nanos (#120124) (#120203) | 8 månader sedan |
unary.asciidoc | 3b738905e1 ESQL: Add type tables for operators to docs (#103206) | 1 år sedan |
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 functiontypes
- a table of each combination of support type for each parameter. These are generated from tests.layout
- a fully generated description for each functionkibana/definition
- function definitions for kibana's ESQL editorkibana/docs
- the inline docs for kibanaMost 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