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

Method Visit

cpp/src/arrow/integration/json_internal.cc:760–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758 }
759
760 Status Visit(const NullArray& array) {
761 SetNoChildren();
762 return Status::OK();
763 }
764
765 template <typename ArrayType>
766 enable_if_t<std::is_base_of<PrimitiveArray, ArrayType>::value &&

Callers

nothing calls this directly

Calls 14

indicesMethod · 0.80
raw_value_sizesMethod · 0.80
emplace_backMethod · 0.80
LogicalValuesMethod · 0.80
OKFunction · 0.50
raw_value_offsetsMethod · 0.45
lengthMethod · 0.45
fieldsMethod · 0.45
typeMethod · 0.45
valuesMethod · 0.45
reserveMethod · 0.45
num_fieldsMethod · 0.45

Tested by

no test coverage detected