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

Method Visit

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

Source from the content-addressed store, hash-verified

224 : min_value(min_value), max_value(max_value) {}
225
226 Status Visit(const Scalar&) {
227 Unreachable();
228 return Status::NotImplemented("");
229 }
230
231 template <typename ScalarType, typename Type = typename ScalarType::TypeClass>
232 enable_if_integer<Type, Status> Visit(const ScalarType& scalar) {

Callers

nothing calls this directly

Calls 3

UnreachableFunction · 0.85
NotImplementedFunction · 0.70
OKFunction · 0.70

Tested by

no test coverage detected