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

Function singleBatchVector

test/api/arrow_error_scenarios_test.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33std::vector<ArrowArrayWrapper> singleBatchVector(ArrowArrayWrapper batch) {
34 std::vector<ArrowArrayWrapper> arrays;
35 arrays.push_back(std::move(batch));
36 return arrays;
37}
38
39void createBasePersonTable(main::Connection& connection) {
40 auto result = ArrowTableSupport::createViewFromArrowTable(connection, "person",

Callers 1

TEST_FFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected