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

Function _arrow_SmallestDecimal__initialize

r/src/arrowExports.cpp:2593–2599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2591// datatype.cpp
2592std::shared_ptr<arrow::DataType> SmallestDecimal__initialize(int32_t precision, int32_t scale);
2593extern "C" SEXP _arrow_SmallestDecimal__initialize(SEXP precision_sexp, SEXP scale_sexp){
2594BEGIN_CPP11
2595 arrow::r::Input<int32_t>::type precision(precision_sexp);
2596 arrow::r::Input<int32_t>::type scale(scale_sexp);
2597 return cpp11::as_sexp(SmallestDecimal__initialize(precision, scale));
2598END_CPP11
2599}
2600// datatype.cpp
2601std::shared_ptr<arrow::DataType> DayTimeInterval__initialize();
2602extern "C" SEXP _arrow_DayTimeInterval__initialize(){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected