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

Method Consume

cpp/src/arrow/ipc/reader.cc:2158–2160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2156 options.memory_pool) {}
2157
2158 Status Consume(const uint8_t* data, int64_t size) {
2159 return message_decoder_.Consume(data, size);
2160 }
2161
2162 Status Consume(std::shared_ptr<Buffer> buffer) {
2163 return message_decoder_.Consume(std::move(buffer));

Callers

nothing calls this directly

Calls 1

ConsumeMethod · 0.45

Tested by

no test coverage detected