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

Method Visit

cpp/src/arrow/compare.cc:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909 : right_(right), options_(opts), result_(false) {}
910
911 Status Visit(const NullScalar& left) {
912 result_ = true;
913 return Status::OK();
914 }
915
916 Status Visit(const BooleanScalar& left) {
917 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