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
there are multiple mentions like the one for mv_zip that specify the parameter as being "multivalue expression". This implies some sort of soft requirement, but in reality the parameter can be null, single value, multi value.
some math functions could use a reference link to the description or formula for them. For example, mv_median could use the link from wikipedia. acos is the better example.
Description
I have identified multiple points that can be improved with said documentation so far (there may be others and the list is not exhaustive):
valuesfunction is missing a crucial aspect: it's deduplicating the values it findsmv_slicedoesn't mention that it uses 0-based indexingnull, single value, multi value.mv_mediancould use the link from wikipedia.acosis the better example.date_truncmentions "timespan literal syntax" and "time_duration" / "date_period" but there is no link for any of these, listing what they are and the possible values ES|QL: document date_period and time_duration data types #112592