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

Method size

r/src/arrow_cpp11.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 explicit complexs(SEXP x) : data_(x) {}
109
110 inline R_xlen_t size() const { return XLENGTH(data_); }
111
112 inline operator SEXP() const { return data_; }
113

Callers 15

_make_flight_infoMethod · 0.45
RBufferMethod · 0.45
TraverseDotsFunction · 0.45
ExecPlan_runFunction · 0.45
r_string_from_viewMethod · 0.45
Ingest_all_nullsMethod · 0.45
Ingest_some_nullsMethod · 0.45
AllocateMethod · 0.45
io___Writable__writeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected