You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* To avoid any attempts of hacking or code injection, extract the values in a separate list of parameters. Use question mark placeholders (?) in the query string for each of the parameters.
63
63
* @doc_id esql-query-params
64
64
*/
65
-
params?: Array<ScalarValue>
65
+
params?: Array<UserDefinedValue>
66
66
profile?: boolean
67
67
/**
68
68
* The ES|QL query API accepts an ES|QL query string in the query parameter, runs it, and returns the results.
0 commit comments