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

Function Scalar__ToString

r/src/scalar.cpp:44–46  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

42
43// [[arrow::export]]
44std::string Scalar__ToString(const std::shared_ptr<arrow::Scalar>& s) {
45 return s->ToString();
46}
47
48// [[arrow::export]]
49std::shared_ptr<arrow::Scalar> StructScalar__field(

Callers 1

_arrow_Scalar__ToStringFunction · 0.85

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected