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

Method current_dtype

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

Source from the content-addressed store, hash-verified

334 bool dtype_was_observed() const { return current_type_num_ != -1; }
335
336 PyArray_Descr* current_dtype() const { return current_dtype_; }
337
338 int current_type_num() const { return current_type_num_; }
339

Callers 1

GetTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected