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

Function makeIndptrBatch

test/api/arrow_csr_rel_table_test.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128ArrowArrayWrapper makeIndptrBatch(const std::vector<uint64_t>& values) {
129 return createStructArray(static_cast<int64_t>(values.size()),
130 {[&](ArrowArray* array) { createUint64Array(array, values); }});
131}
132
133void createComplexCsrNodeTable(main::Connection& connection,
134 const std::string& tableName = "csr_node") {

Callers 2

createComplexCsrRelTableFunction · 0.70
createGraphMethod · 0.70

Calls 3

createStructArrayFunction · 0.85
createUint64ArrayFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected