Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ R_altrep_class_package
Function
R_altrep_class_package
r/src/arrow_cpp11.h:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
return ALTREP(x) ? CAR(ATTRIB(ALTREP_CLASS(x))) : R_NilValue;
45
}
46
inline SEXP R_altrep_class_package(SEXP x) {
47
return ALTREP(x) ? CADR(ATTRIB(ALTREP_CLASS(x))) : R_NilValue;
48
}
49
#endif
50
51
namespace arrow {
Callers
1
is_arrow_altrep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected