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

Method Visit

cpp/src/arrow/scalar.cc:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63// Implementation of Scalar::hash()
64struct ScalarHashImpl {
65 Status Visit(const NullScalar& s) { return Status::OK(); }
66
67 template <typename T>
68 Status Visit(const internal::PrimitiveScalar<T>& s) {

Callers

nothing calls this directly

Calls 2

OKFunction · 0.70
valueMethod · 0.45

Tested by

no test coverage detected