brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.34k stars 67 forks source link

Add vector arithmetic #5149

Closed nwt closed 6 days ago

nwt commented 1 week ago

Implement addition, subtraction, multiplication, division, and modulo for numeric (unsigned integer, signed interger, and floating point) vectors as well as addition for string vectors.

We haven't yet worked out a way to write concise tests for vector operations so test coverage is minimal for now.