| 1587 | int32_t estimateSize = |
| 1588 | payloadFlatBytesSum_[column - numKeys_] / totalRows_ + 1; |
| 1589 | return estimateSize; |
| 1590 | } |
| 1591 | |
| 1592 | std::vector<TypePtr> HybridContainer::columnTypes() const { |
| 1593 | return types_; |
| 1594 | } |
no outgoing calls
no test coverage detected