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

Method Visit

cpp/src/arrow/compare.cc:767–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765
766 template <typename T>
767 enable_if_t<is_null_type<T>::value || is_primitive_ctype<T>::value ||
768 is_base_binary_type<T>::value,
769 Status>
770 Visit(const T&) {
771 result_ = true;
772 return Status::OK();
773 }
774
775 Status Visit(const BinaryViewType&) {
776 result_ = true;

Callers

nothing calls this directly

Calls 15

equalFunction · 0.85
timezoneMethod · 0.80
nullableMethod · 0.80
index_typeMethod · 0.80
OKFunction · 0.70
unitMethod · 0.45
byte_widthMethod · 0.45
precisionMethod · 0.45
scaleMethod · 0.45
fieldMethod · 0.45
nameMethod · 0.45
EqualsMethod · 0.45

Tested by

no test coverage detected