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

Method getArrowChunks

src/main/query_result/arrow_query_result.cpp:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334ArrowQueryResult::ArrowChunkedArray ArrowQueryResult::getArrowChunks() const {
335 // Implicit conversion from shared_ptr<vector<ArrowArray>> to
336 // shared_ptr<const vector<ArrowArray>>.
337 return ArrowChunkedArray{arraysStorage};
338}
339
340ArrowQueryResult::CSRArrowArrays ArrowQueryResult::getCSRArrowArrays() const {
341 if (!hasCSRMetadata()) {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64