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

Method Visit

cpp/src/arrow/compare.cc:895–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 result_(false) {}
894
895 Status Visit(const NullScalar& left) {
896 result_ = true;
897 return Status::OK();
898 }
899
900 Status Visit(const BooleanScalar& left) {
901 const auto& right = checked_cast<const BooleanScalar&>(right_);

Callers

nothing calls this directly

Calls 5

SharedPtrEqualsFunction · 0.85
ArrayEqualsFunction · 0.85
ScalarEqualsFunction · 0.85
OKFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected