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

Method GetResult

cpp/src/parquet/column_reader.cc:2092–2097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2090 }
2091
2092 std::shared_ptr<::arrow::ChunkedArray> GetResult() override {
2093 FlushBuilder();
2094 std::vector<std::shared_ptr<::arrow::Array>> result;
2095 std::swap(result, result_chunks_);
2096 return std::make_shared<::arrow::ChunkedArray>(std::move(result), builder_.type());
2097 }
2098
2099 void FlushBuilder() {
2100 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