@sqlrooms/duckdb / getArrowColumnTypeCategory
Function: getArrowColumnTypeCategory()
getArrowColumnTypeCategory(
type
):ColumnTypeCategory
This function is used to get the type category of a column from an Arrow table.
Parameters
Parameter | Type | Description |
---|---|---|
type | DataType | The Arrow DataType of the column. |
Returns
The type category of the column.