Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)
405
def
is_primitive(t):
406
return
lib._is_primitive(t.id)
Callers
2
toString
Method · 0.50
get_row_as_string
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected