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

Method Visit

cpp/src/arrow/builder.cc:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201struct MakeBuilderImpl {
202 template <typename T>
203 enable_if_not_nested<T, Status> Visit(const T& t) {
204 out.reset(new typename TypeTraits<T>::BuilderType(type, pool));
205 return Status::OK();
206 }
207
208 Status Visit(const DictionaryType& dict_type) {
209 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