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

Method Visit

cpp/src/arrow/builder.cc:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196struct MakeBuilderImpl {
197 template <typename T>
198 enable_if_not_nested<T, Status> Visit(const T& t) {
199 out.reset(new typename TypeTraits<T>::BuilderType(type, pool));
200 return Status::OK();
201 }
202
203 Status Visit(const DictionaryType& dict_type) {
204 DictionaryBuilderCase visitor = {pool,

Callers

nothing calls this directly

Calls 6

index_typeMethod · 0.80
OKFunction · 0.70
NotImplementedFunction · 0.70
resetMethod · 0.45
value_typeMethod · 0.45
MakeMethod · 0.45

Tested by

no test coverage detected