MCPcopy 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)")
320def is_string(t):
321 return t.id == lib.Type_STRING
322
323
324@doc(is_unicode, method="is_large_string")

Callers 3

is_unicodeFunction · 0.70
toStringMethod · 0.50
get_row_as_stringFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected