Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ r_vec_size
Class
r_vec_size
r/src/arrow_cpp11.h:468–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
} // namespace arrow
467
468
struct r_vec_size {
469
explicit r_vec_size(R_xlen_t x) : value(x) {}
470
471
R_xlen_t value;
472
};
473
474
namespace cpp11 {
475
Callers
15
ArrayData__get_length
Function · 0.85
ArrayData__get_null_count
Function · 0.85
ArrayData__get_offset
Function · 0.85
io___RandomAccessFile__GetSize
Function · 0.85
io___RandomAccessFile__Tell
Function · 0.85
io___OutputStream__Tell
Function · 0.85
io___BufferOutputStream__capacity
Function · 0.85
io___BufferOutputStream__Tell
Function · 0.85
RecordBatch__num_rows
Function · 0.85
RecordBatch__ReferencedBufferSize
Function · 0.85
Buffer__capacity
Function · 0.85
Buffer__size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected