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

Method set_length

cpp/src/arrow/adapters/orc/adapter.cc:706–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 void close() override {}
705
706 void set_length(int64_t length) { length_ = length; }
707
708 private:
709 arrow::io::OutputStream& output_stream_;

Callers 2

VisitFunction · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected