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

Method WriteTo

cpp/src/parquet/page_index.cc:736–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 }
735
736 void WriteTo(::arrow::io::OutputStream* sink, Encryptor* encryptor) const override {
737 if (state_ == BuilderState::kFinished) {
738 ThriftSerializer{}.Serialize(&offset_index_, sink, encryptor);
739 }
740 }
741
742 std::unique_ptr<OffsetIndex> Build() const override {
743 if (state_ == BuilderState::kFinished) {

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.45

Tested by

no test coverage detected