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

Method Consume

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

Source from the content-addressed store, hash-verified

2145 options.memory_pool) {}
2146
2147 Status Consume(const uint8_t* data, int64_t size) {
2148 return message_decoder_.Consume(data, size);
2149 }
2150
2151 Status Consume(std::shared_ptr<Buffer> buffer) {
2152 return message_decoder_.Consume(std::move(buffer));

Callers

nothing calls this directly

Calls 1

ConsumeMethod · 0.45

Tested by

no test coverage detected