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

Method Visit

cpp/src/arrow/ipc/reader.cc:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 Status Visit(const NullType& type) {
410 out_->buffers.resize(1);
411
412 // ARROW-6379: NullType has no buffers in the IPC payload
413 return GetFieldMetadata(field_index_++, out_);
414 }
415
416 template <typename T>
417 enable_if_t<std::is_base_of<FixedWidthType, T>::value &&

Callers

nothing calls this directly

Calls 12

GetFieldMetadataFunction · 0.85
GetBufferFunction · 0.85
resizeMethod · 0.80
index_typeMethod · 0.80
storage_typeMethod · 0.80
OKFunction · 0.50
InvalidFunction · 0.50
idMethod · 0.45
sizeMethod · 0.45
num_fieldsMethod · 0.45
fieldsMethod · 0.45
modeMethod · 0.45

Tested by

no test coverage detected