Skip to content

Comments

[CLEAN] Synthetic Benchmark PR #139664 - ES|QL: Add MV_UNION Function#41

Open
tomerqodo wants to merge 1 commit intobase_pr_139664_20251230_7419from
clean_pr_139664_20251230_7419
Open

[CLEAN] Synthetic Benchmark PR #139664 - ES|QL: Add MV_UNION Function#41
tomerqodo wants to merge 1 commit intobase_pr_139664_20251230_7419from
clean_pr_139664_20251230_7419

Conversation

@tomerqodo
Copy link

Benchmark PR elastic#139664

Type: Clean (correct implementation)

Original PR Title: ES|QL: Add MV_UNION Function
Original PR Description: related: elastic#139298
Description:

  Adds MV_UNION function to ES|QL.
  
  Returns all unique values from both input multi-valued fields (set union).
  
  Example:
  Given set A = [1, 2, 3] and set B = [2, 3, 4]
  MV_UNION(A, B) returns [1, 2, 3, 4]

**Original PR URL**: https://github.com/elastic/elasticsearch/pull/139664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant