pyarrow.types.is_large_list#

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

如果值为 large list(大列表)类型的实例,则返回 True。

参数:
tDataType