Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Allocate
Method
Allocate
r/src/array_to_vector.cpp:177–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
: Converter(chunked_array) {}
176
177
SEXP Allocate(R_xlen_t n) const { return Rf_allocVector(INTSXP, n); }
178
179
Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const {
180
std::fill_n(INTEGER(data) + start, n, NA_INTEGER);
Callers
1
Allocate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected