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

Method VisitDType

python/pyarrow/src/arrow/python/inference.cc:653–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651 }
652
653 Status VisitDType(PyArray_Descr* dtype, bool* keep_going) {
654 // Continue visiting dtypes for now.
655 // TODO(wesm): devise approach for unions
656 ++numpy_dtype_count_;
657 *keep_going = true;
658 return numpy_unifier_.Observe(dtype);
659 }
660
661 Status VisitList(PyObject* obj, bool* keep_going /* unused */) {
662 if (!list_inferrer_) {

Callers 1

VisitNdarrayMethod · 0.80

Calls 1

ObserveMethod · 0.80

Tested by

no test coverage detected