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

Function arrow_attributes

r/src/table.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189SEXP arrow_attributes(SEXP x, bool only_top_level) {
190 SEXP call = PROTECT(
191 Rf_lang3(arrow::r::symbols::arrow_attributes, x, Rf_ScalarLogical(only_top_level)));
192 SEXP att = Rf_eval(call, arrow::r::ns::arrow);
193 UNPROTECT(1);
194 return att;
195}
196
197cpp11::writable::list CollectColumnMetadata(SEXP lst, int num_fields) {
198 // Preallocate for the lambda to fill in

Callers 2

CollectColumnMetadataFunction · 0.85
AddMetadataFromDotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected