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

Function makeComplexIndptrSchema

test/api/arrow_csr_rel_table_test.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100ArrowSchemaWrapper makeComplexIndptrSchema() {
101 ArrowSchemaWrapper schema;
102 createStructSchema(&schema, 1);
103 createSchema<uint64_t>(schema.children[0], "v");
104 return schema;
105}
106
107ArrowArrayWrapper makeCsrEdgeBatch(const std::vector<CsrEdgeRow>& rows) {
108 std::vector<uint64_t> offsets;

Callers 2

createComplexCsrRelTableFunction · 0.85
createGraphMethod · 0.85

Calls 1

createStructSchemaFunction · 0.85

Tested by

no test coverage detected