| 378 | } |
| 379 | |
| 380 | const RowDescriptor* row_desc() const { return row_desc_; } |
| 381 | |
| 382 | /// Max memory that this row batch can accumulate before it is considered at capacity. |
| 383 | /// This is a soft capacity: row batches may exceed the capacity, preferably only by a |
no outgoing calls