pyarrow.types.is_dictionary#

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

如果值是字典编码(dictionary-encoded)类型的实例,则返回 True。

参数:
tDataType