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

Function makeIndptrSchema

test/api/arrow_drop_table_test.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99ArrowSchemaWrapper makeIndptrSchema() {
100 ArrowSchemaWrapper schema;
101 createStructSchema(&schema, 1);
102 createSchema<uint64_t>(schema.children[0], "v");
103 return schema;
104}
105
106ArrowArrayWrapper makePersonBatch(const std::vector<PersonRow>& rows) {
107 std::vector<int64_t> ids;

Callers 2

TEST_FFunction · 0.85
createCsrRelTableFunction · 0.85

Calls 1

createStructSchemaFunction · 0.85

Tested by

no test coverage detected