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

Method Visit

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

Source from the content-addressed store, hash-verified

406 }
407
408 Status Visit(const NullType& type) {
409 out_->buffers.resize(1);
410
411 // ARROW-6379: NullType has no buffers in the IPC payload
412 return GetFieldMetadata(field_index_++, out_);
413 }
414
415 template <typename T>
416 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