@sqlrooms/duckdb / isColumnQuantitative
Function: isColumnQuantitative()
isColumnQuantitative(
column):boolean
Returns true when a DuckDB column type is numeric or temporal.
Parameters
| Parameter | Type |
|---|---|
column | ColumnTypeLike |
Returns
boolean
@sqlrooms/duckdb / isColumnQuantitative
isColumnQuantitative(
column):boolean
Returns true when a DuckDB column type is numeric or temporal.
| Parameter | Type |
|---|---|
column | ColumnTypeLike |
boolean