| 71 | } |
| 72 | |
| 73 | static ResultSet getResultSet(Schema* schema, MemoryManager* mm) { |
| 74 | auto descriptor = ResultSetDescriptor(schema); |
| 75 | return ResultSet(&descriptor, mm); |
| 76 | } |
| 77 | |
| 78 | static std::unique_ptr<ValueVector> getValueVector(const LogicalType& type, MemoryManager* mm, |
| 79 | std::shared_ptr<DataChunkState> state) { |
no test coverage detected