@sqlrooms/duckdb / getDuckDbTypeCategory
Function: getDuckDbTypeCategory()
getDuckDbTypeCategory(
columnType
):undefined
|ColumnTypeCategory
Get the category of a column type
Parameters
Parameter | Type | Description |
---|---|---|
columnType | string | The type of the column |
Returns
undefined
| ColumnTypeCategory
The category of the column type