pyarrow.types.is_int64#

pyarrow.types.is_int64(t)[source]#

Return True if value is an instance of an int64 type.

Parameters
tDataType