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

Method Init

cpp/src/arrow/io/compressed.cc:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 total_pos_(0) {}
241
242 Status Init(Codec* codec) {
243 ARROW_ASSIGN_OR_RAISE(decompressor_, codec->MakeDecompressor());
244 fresh_decompressor_ = true;
245 return Status::OK();
246 }
247
248 Status Close() {
249 if (is_open_) {

Callers 1

MakeMethod · 0.45

Calls 3

ARROW_ASSIGN_OR_RAISEFunction · 0.50
OKFunction · 0.50
MakeDecompressorMethod · 0.45

Tested by

no test coverage detected