MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getResultSet

Function getResultSet

src/graph/on_disk_graph.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

finalizeInternalMethod · 0.85

Calls 2

ResultSetDescriptorFunction · 0.85
ResultSetClass · 0.85

Tested by

no test coverage detected