pyarrow.types.is_temporal# pyarrow.types.is_temporal(t)[source]# 如果值为 date(日期)、time(时间)、timestamp(时间戳)或 duration(持续时间)类型的实例,则返回 True。 参数: tDataType