| 43 | OutboundRowBatch(const CharMemTrackerAllocator& allocator) : tuple_data_(allocator) {} |
| 44 | |
| 45 | const RowBatchHeaderPB* header() const { return &header_; } |
| 46 | |
| 47 | /// Returns the serialized tuple offsets' vector as a kudu::Slice. |
| 48 | /// The tuple offsets vector is sent as KRPC sidecar. |
no outgoing calls