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

Method Visit

cpp/src/arrow/array/array_base.cc:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 using ScalarType = typename TypeTraits<T>::ScalarType;
64
65 Status Visit(const NullArray& a) {
66 out_ = std::make_shared<NullScalar>();
67 return Status::OK();
68 }
69
70 Status Visit(const BooleanArray& a) { return Finish(a.Value(index_)); }
71

Callers

nothing calls this directly

Calls 15

value_sliceMethod · 0.80
emplace_backMethod · 0.80
backMethod · 0.80
FinishFunction · 0.70
OKFunction · 0.50
Decimal32Function · 0.50
Decimal64Function · 0.50
Decimal128Function · 0.50
Decimal256Function · 0.50
ARROW_ASSIGN_OR_RAISEFunction · 0.50
DictionaryScalarFunction · 0.50
FindPhysicalIndexFunction · 0.50

Tested by

no test coverage detected