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

Method Visit

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

Source from the content-addressed store, hash-verified

267 }
268
269 Status Visit(const NullType&) { return Status::OK(); }
270
271 template <typename TypeClass>
272 enable_if_primitive_ctype<TypeClass, Status> Visit(const TypeClass& type) {

Callers

nothing calls this directly

Calls 15

EqualBinaryViewFunction · 0.85
CompareArrayRangesFunction · 0.85
index_typeMethod · 0.80
storage_typeMethod · 0.80
OKFunction · 0.70
InvalidFunction · 0.70
GetBitFunction · 0.50
BitmapEqualsFunction · 0.50
positionMethod · 0.45
NextWordMethod · 0.45
dataMethod · 0.45
byte_widthMethod · 0.45

Tested by

no test coverage detected