MCPcopy Create free account
hub / github.com/apache/arrow / GetResult

Method GetResult

cpp/src/parquet/column_reader.cc:2107–2112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2105 }
2106
2107 std::shared_ptr<::arrow::ChunkedArray> GetResult() override {
2108 FlushBuilder();
2109 std::vector<std::shared_ptr<::arrow::Array>> result;
2110 std::swap(result, result_chunks_);
2111 return std::make_shared<::arrow::ChunkedArray>(std::move(result), builder_.type());
2112 }
2113
2114 void FlushBuilder() {
2115 if (builder_.length() > 0) {

Callers 2

TESTFunction · 0.45
TransferDictionaryFunction · 0.45

Calls 2

swapFunction · 0.85
typeMethod · 0.45

Tested by 1

TESTFunction · 0.36