Skip to content

@sqlrooms/duckdb-core / isColumnTemporal

Function: isColumnTemporal()

isColumnTemporal(column): boolean

Returns true when a DuckDB column type belongs to the temporal category.

Parameters

ParameterType
columnColumnTypeLike

Returns

boolean