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

Function _arrow_Scalar__ToString

r/src/arrowExports.cpp:5157–5162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5155// scalar.cpp
5156std::string Scalar__ToString(const std::shared_ptr<arrow::Scalar>& s);
5157extern "C" SEXP _arrow_Scalar__ToString(SEXP s_sexp){
5158BEGIN_CPP11
5159 arrow::r::Input<const std::shared_ptr<arrow::Scalar>&>::type s(s_sexp);
5160 return cpp11::as_sexp(Scalar__ToString(s));
5161END_CPP11
5162}
5163// scalar.cpp
5164std::shared_ptr<arrow::Scalar> StructScalar__field(const std::shared_ptr<arrow::StructScalar>& s, int i);
5165extern "C" SEXP _arrow_StructScalar__field(SEXP s_sexp, SEXP i_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Scalar__ToStringFunction · 0.85

Tested by

no test coverage detected