Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ is_string
Function
is_string
python/pyarrow/types.py:320–321 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
318
319
@doc(is_null, datatype=
"string (utf8 unicode)"
)
320
def
is_string(t):
321
return
t.id == lib.Type_STRING
322
323
324
@doc(is_unicode, method=
"is_large_string"
)
Callers
3
is_unicode
Function · 0.70
toString
Method · 0.50
get_row_as_string
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected