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

Remove runtime/sam/op/pass.Op #5319

Closed nwt closed 1 week ago

nwt commented 1 week ago

A dag.Pass compiles to a pass.Op. Since pass.Op.Pull simply calls its parent's Pull method and returns the result, dag.Pass can simply compile to its parent, and pass.Op isn't needed.