mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.99k stars 244 forks source link

Refactor LookupResult #76

Closed ekmartin closed 6 years ago

ekmartin commented 6 years ago

Implements a Cow-like enum where the Owned branch is a Vec<Vec<DataType>> and Borrowed is a [Row] - this lets us avoid Row's Rc wrapper in the Owned case.