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

Method buffer_pos

cpp/src/arrow/io/buffered.cc:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 int64_t buffer_size() const { return buffer_size_; }
79
80 int64_t buffer_pos() const { return buffer_pos_; }
81
82 protected:
83 MemoryPool* pool_;

Callers 1

bytes_bufferedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected