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

Function makeLivesInSchema

test/api/arrow_complex_queries_test.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171ArrowSchemaWrapper makeLivesInSchema() {
172 ArrowSchemaWrapper schema;
173 createStructSchema(&schema, 4);
174 createSchema<int64_t>(schema.children[0], "from");
175 createSchema<int64_t>(schema.children[1], "to");
176 createDateSchema(schema.children[2], "since");
177 createListInt64Schema(schema.children[3], "importance");
178 return schema;
179}
180
181} // namespace
182

Callers 1

createLivesInMethod · 0.70

Calls 3

createStructSchemaFunction · 0.85
createDateSchemaFunction · 0.85
createListInt64SchemaFunction · 0.85

Tested by

no test coverage detected