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

Method Visit

cpp/src/arrow/array/validate.cc:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 Status Visit(const NullType&) {
140 if (data.null_count != data.length) {
141 return Status::Invalid("Null array null_count unequal to its length");
142 }
143 return Status::OK();
144 }
145
146 Status Visit(const FixedWidthType&) { return ValidateFixedWidthBuffers(); }
147

Callers

nothing calls this directly

Calls 15

MultiplyWithOverflowFunction · 0.85
index_typeMethod · 0.80
storage_typeMethod · 0.80
ValidateUTF8Function · 0.70
InvalidFunction · 0.50
OKFunction · 0.50
is_integerFunction · 0.50
unitMethod · 0.45
list_sizeMethod · 0.45
okMethod · 0.45
ToStringMethod · 0.45
num_fieldsMethod · 0.45

Tested by

no test coverage detected