MCPcopy 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
468struct r_vec_size {
469 explicit r_vec_size(R_xlen_t x) : value(x) {}
470
471 R_xlen_t value;
472};
473
474namespace cpp11 {
475

Callers 15

ArrayData__get_lengthFunction · 0.85
ArrayData__get_offsetFunction · 0.85
io___OutputStream__TellFunction · 0.85
RecordBatch__num_rowsFunction · 0.85
Buffer__capacityFunction · 0.85
Buffer__sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected