mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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',
|
||||
},
|
||||
{
|
||||
params: [
|
||||
{
|
||||
name: 'field',
|
||||
type: 'cartesian_point',
|
||||
optional: false,
|
||||
},
|
||||
],
|
||||
returnType: 'cartesian_point',
|
||||
},
|
||||
{
|
||||
params: [
|
||||
{
|
||||
name: 'field',
|
||||
type: 'cartesian_shape',
|
||||
optional: false,
|
||||
},
|
||||
],
|
||||
returnType: 'cartesian_shape',
|
||||
},
|
||||
{
|
||||
params: [
|
||||
{
|
||||
|
@ -1747,6 +1767,26 @@ const valuesDefinition: FunctionDefinition = {
|
|||
],
|
||||
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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue