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

Method Visit

cpp/src/arrow/builder.cc:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141struct DictionaryBuilderCase {
142 template <typename ValueType, typename Enable = typename ValueType::c_type>
143 Status Visit(const ValueType&) {
144 return CreateFor<ValueType>();
145 }
146
147 Status Visit(const NullType&) { return CreateFor<NullType>(); }
148 Status Visit(const BinaryType&) { return CreateFor<BinaryType>(); }

Callers

nothing calls this directly

Calls 1

NotImplementedFunction · 0.70

Tested by

no test coverage detected