brimdata / super

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

Simplify zed.Value.Copy for native Values #5331

Closed nwt closed 6 days ago

nwt commented 6 days ago

There's no need to call newNativeValue since it'll just return a Value that's identical to v byte-wise.