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

Method Visit

cpp/src/arrow/array/builder_base.cc:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116 template <typename T>
117 enable_if_t<has_c_type<T>::value, Status> Visit(const T& t) {
118 return HandleFixedWidth(t);
119 }
120
121 Status Visit(const FixedSizeBinaryType& t) { return HandleFixedWidth(t); }
122 Status Visit(const Decimal32Type& t) { return HandleFixedWidth(t); }

Callers

nothing calls this directly

Calls 14

field_builderMethod · 0.80
OKFunction · 0.50
NotImplementedFunction · 0.50
sizeMethod · 0.45
ReserveMethod · 0.45
ReserveDataMethod · 0.45
UnsafeAppendMethod · 0.45
UnsafeAppendNullMethod · 0.45
lengthMethod · 0.45
value_builderMethod · 0.45
AppendMethod · 0.45
AppendScalarMethod · 0.45

Tested by

no test coverage detected