| 119 | nextRowToAppend += numRowsToAppend; |
| 120 | } |
| 121 | common::row_idx_t getNumRowsLeftToAppend() const { return capacity - nextRowToAppend; } |
| 122 | bool isFull() const { return numRows.load() == capacity; } |
| 123 | const std::vector<common::LogicalType>& getDataTypes() const { return dataTypes; } |
| 124 | NodeGroupDataFormat getFormat() const { return format; } |
no outgoing calls
no test coverage detected