Skip to content

Check whether the data type is a temporal type

Source code

Description

Check whether the data type is a temporal type

Usage

DataType_is_struct()

Value

A logical value

Examples

library("polars")

pl$Struct()$is_struct()
#> [1] TRUE
pl$Float32$is_struct()
#> [1] FALSE