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

Method FlushValues

cpp/src/parquet/encoder.cc:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 int64_t EstimatedDataEncodedSize() override { return sink_.length(); }
137
138 std::shared_ptr<Buffer> FlushValues() override {
139 std::shared_ptr<Buffer> buffer;
140 PARQUET_THROW_NOT_OK(sink_.Finish(&buffer));
141 return buffer;
142 }
143
144 using TypedEncoder<DType>::Put;
145

Callers

nothing calls this directly

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected