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

Method Visit

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

Source from the content-addressed store, hash-verified

252 }
253
254 Status Visit(const NullScalar& s) {
255 if (s.is_valid) {
256 return Status::Invalid("null scalar should have is_valid = false");
257 }
258 return Status::OK();
259 }
260
261 template <typename T>
262 Status Visit(const internal::PrimitiveScalar<T>& s) {

Callers

nothing calls this directly

Calls 15

ValidateFunction · 0.85
VisitScalarInlineFunction · 0.85
FitsInPrecisionMethod · 0.80
ToIntegerStringMethod · 0.80
index_typeMethod · 0.80
InvalidFunction · 0.70
OKFunction · 0.70
VisitFunction · 0.50
byte_widthMethod · 0.45
sizeMethod · 0.45
ToStringMethod · 0.45
precisionMethod · 0.45

Tested by

no test coverage detected