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

Method Ingest_all_nulls

r/src/array_to_vector.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
181 return Status::OK();
182 }
183
184 Status Ingest_some_nulls(SEXP data, const std::shared_ptr<arrow::Array>& array,
185 R_xlen_t start, R_xlen_t n, size_t chunk_index) const {

Callers 2

ScheduleConvertTasksMethod · 0.45
Ingest_all_nullsMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected