Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ as_sexp
Function
as_sexp
r/src/arrow_cpp11.h:486–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
485
template <typename E>
486
enable_if_enum<E, SEXP> as_sexp(E e) {
487
return as_sexp(static_cast<int>(e));
488
}
489
490
template <typename T>
491
SEXP as_sexp(const std::shared_ptr<T>& ptr) {
Callers
15
StopIfNotOk
Function · 0.85
csv___ReadOptions__column_names
Function · 0.85
csv___ReadOptions__block_size
Function · 0.85
csv___ReadOptions__skip_rows
Function · 0.85
csv___ReadOptions__autogenerate_column_names
Function · 0.85
csv___ReadOptions__use_threads
Function · 0.85
csv___ReadOptions__skip_rows_after_names
Function · 0.85
MinMax
Method · 0.85
Sum
Method · 0.85
CallRScalarUDF
Function · 0.85
_arrow_is_arrow_altrep
Function · 0.85
_arrow_test_arrow_altrep_is_materialized
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected