pyarrow.types.is_float16#

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

如果值是 float16(半精度浮点数)类型的实例,则返回 True。

参数:
tDataType