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

Function createBasePersonTable

test/api/arrow_error_scenarios_test.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void createBasePersonTable(main::Connection& connection) {
40 auto result = ArrowTableSupport::createViewFromArrowTable(connection, "person",
41 makeSimplePersonSchema(), makeSimplePersonArrays());
42 ASSERT_TRUE(result.queryResult->isSuccess()) << result.queryResult->getErrorMessage();
43}
44
45ArrowSchemaWrapper makeRelSchema(bool includeFrom, bool includeTo, bool weightInt64 = true,
46 bool fromString = false, bool toInt32 = false, bool includeWeight = true,

Callers 1

SetUpMethod · 0.85

Calls 4

makeSimplePersonSchemaFunction · 0.85
makeSimplePersonArraysFunction · 0.85
isSuccessMethod · 0.45
getErrorMessageMethod · 0.45

Tested by

no test coverage detected