| 343 | } |
| 344 | |
| 345 | std::optional<uint64_t> SortBuffer::estimateOutputRowSize() const { |
| 346 | return estimatedOutputRowSize_; |
| 347 | } |
| 348 | |
| 349 | void SortBuffer::ensureInputFits(const VectorPtr& input) { |
| 350 | // Check if spilling is enabled or not. |
no outgoing calls
no test coverage detected