While the internal structure of the docs is already split into many (over 1000) sub-pages, the final display for the `Functions and Operators` page is a single giant page, making navigation harder. This PR splits it into separate pages, one for each group of similar functions and one for the operators. Twelve new pages. This PR also bundles a few other related changes. In total what is done is: * Split functions/operators into 12 pages, one for each group, maintaining the existing split of each function/operator into a snippet with dynamically generated examples * Split esql-commands.md into source-commands.md and processing-commands.md, each of which is split into individual snippets, one for each command * Each command snippet has it's examples split out into separate files, if they were examples that were dynamically generated in the older asciidoc system * The examples files are overwritten by the ES|QL unit tests, using a similar mechanism to the examples written for functions and operators) * Some additional refinements to the Kibana definition and markdown files (nicer operator headings, and display text)
1 KiB
navigation_title | mapped_pages | |
---|---|---|
Spatial functions |
|
{{esql}} spatial functions [esql-spatial-functions]
{{esql}} supports these spatial functions:
:::{include} ../_snippets/lists/spatial-functions.md :::
:::{include} ../_snippets/functions/layout/st_distance.md :::
:::{include} ../_snippets/functions/layout/st_intersects.md :::
:::{include} ../_snippets/functions/layout/st_disjoint.md :::
:::{include} ../_snippets/functions/layout/st_contains.md :::
:::{include} ../_snippets/functions/layout/st_within.md :::
:::{include} ../_snippets/functions/layout/st_x.md :::
:::{include} ../_snippets/functions/layout/st_y.md :::
:::{include} ../_snippets/functions/layout/st_envelope.md :::
:::{include} ../_snippets/functions/layout/st_xmax.md :::
:::{include} ../_snippets/functions/layout/st_xmin.md :::
:::{include} ../_snippets/functions/layout/st_ymax.md :::
:::{include} ../_snippets/functions/layout/st_ymin.md :::