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

Function is_primitive

python/pyarrow/types.py:405–406  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

403
404@doc(is_null, datatype="primitive type")
405def is_primitive(t):
406 return lib._is_primitive(t.id)

Callers 2

toStringMethod · 0.50
get_row_as_stringFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected