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

Method set_strip_out_nuls

r/src/altrep.cpp:772–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 void reset_null_was_stripped() { nul_was_stripped_ = false; }
771
772 void set_strip_out_nuls(bool strip_out_nuls) { strip_out_nuls_ = strip_out_nuls; }
773
774 // convert the i'th string of the Array to an R string (CHARSXP)
775 SEXP Convert(size_t i) {

Callers 2

MakeMethod · 0.80
MaterializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected