Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetBufferOffset
Method
GetBufferOffset
cpp/src/gandiva/eval_batch.h:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
int64_t GetBufferOffset(int idx) const {
66
ARROW_DCHECK(idx <= num_buffers_);
67
return (buffer_offsets_array_.get())[idx];
68
}
69
70
void SetBuffer(int idx, uint8_t* buffer, int64_t offset) {
71
ARROW_DCHECK(idx <= num_buffers_);
Callers
1
Visit
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected