| 221 | } |
| 222 | |
| 223 | Status RowBatch::Serialize( |
| 224 | OutboundRowBatch* output_batch, TrackedString* compression_scratch) { |
| 225 | return Serialize(output_batch, UseFullDedup(), compression_scratch); |
| 226 | } |
| 227 | |
| 228 | Status RowBatch::Serialize( |
| 229 | OutboundRowBatch* output_batch, bool full_dedup, TrackedString* compression_scratch) { |