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

Method getArrowSchema

src/main/query_result.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80std::unique_ptr<ArrowSchema> QueryResult::getArrowSchema() const {
81 checkDatabaseClosedOrThrow();
82 return ArrowConverter::toArrowSchema(getColumnDataTypes(), getColumnNames(),
83 false /* fallbackExtensionTypes */);
84}
85
86void QueryResult::validateQuerySucceed() const {
87 if (!success) {

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getColumnNamesFunction · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64