feat: add OwnedRow#3079
Conversation
Closes apache#3078.
bade474 to
d1c03e6
Compare
|
Windows CI fails w/ I'm pretty sure this is unrelated. |
tustvold
left a comment
There was a problem hiding this comment.
As the derived impls simply delegate to Row I'm happy without tests
|
Benchmark runs are scheduled for baseline = 9f14683 and contender = 885a361. 885a361 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #3078.
Rationale for this change
Providing a way to move/clone a row without referencing the whole buffer.
What changes are included in this PR?
New type
OwnedRow.Are there any user-facing changes?
No breaking change, just a new type.