mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ES|QL] Update function metadata (#212841)
This PR updates the function definitions and inline docs based on the latest metadata from Elasticsearch.
This commit is contained in:
parent
d5644e0f7e
commit
ac0433fcdc
1 changed files with 40 additions and 0 deletions
|
@ -1717,6 +1717,26 @@ const valuesDefinition: FunctionDefinition = {
|
||||||
],
|
],
|
||||||
returnType: 'boolean',
|
returnType: 'boolean',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
params: [
|
||||||
|
{
|
||||||
|
name: 'field',
|
||||||
|
type: 'cartesian_point',
|
||||||
|
optional: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
returnType: 'cartesian_point',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
params: [
|
||||||
|
{
|
||||||
|
name: 'field',
|
||||||
|
type: 'cartesian_shape',
|
||||||
|
optional: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
returnType: 'cartesian_shape',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
params: [
|
params: [
|
||||||
{
|
{
|
||||||
|
@ -1747,6 +1767,26 @@ const valuesDefinition: FunctionDefinition = {
|
||||||
],
|
],
|
||||||
returnType: 'double',
|
returnType: 'double',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
params: [
|
||||||
|
{
|
||||||
|
name: 'field',
|
||||||
|
type: 'geo_point',
|
||||||
|
optional: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
returnType: 'geo_point',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
params: [
|
||||||
|
{
|
||||||
|
name: 'field',
|
||||||
|
type: 'geo_shape',
|
||||||
|
optional: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
returnType: 'geo_shape',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
params: [
|
params: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue