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

Method Visit

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

Source from the content-addressed store, hash-verified

759 }
760
761 Status Visit(const NullArray& array) {
762 SetNoChildren();
763 return Status::OK();
764 }
765
766 template <typename ArrayType>
767 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