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

Function Array__GetScalar

r/src/scalar.cpp:38–41  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

36
37// [[arrow::export]]
38std::shared_ptr<arrow::Scalar> Array__GetScalar(const std::shared_ptr<arrow::Array>& x,
39 int64_t i) {
40 return ValueOrStop(x->GetScalar(i));
41}
42
43// [[arrow::export]]
44std::string Scalar__ToString(const std::shared_ptr<arrow::Scalar>& s) {

Callers 1

_arrow_Array__GetScalarFunction · 0.85

Calls 2

ValueOrStopFunction · 0.85
GetScalarMethod · 0.45

Tested by

no test coverage detected