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

Method Visit

python/pyarrow/src/arrow/python/numpy_to_arrow.cc:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210 template <typename T>
211 enable_if_primitive_ctype<T, Status> Visit(const T& type) {
212 return VisitNative<T>();
213 }
214
215 Status Visit(const HalfFloatType& type) { return VisitNative<UInt16Type>(); }
216

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected