Data types¶
Blazing SQL engine supports most of the same data types that RAPIDS cudf supports supports.
The table below shows all the data types supported with their mapping to cuDF.
Data Kind |
Scalar |
cuDF Alias |
BlazingSQL Support |
SQL Equivalent |
---|---|---|---|---|
Integer |
np.int8, np.int16, np.int32, np.int64, np.uint8, np.uint16, np.uint32, np.uint64 |
|
|
|
Float |
|
|
|
|
Strings |
|
|
|
|
Datetime |
|
|
|
|
Timedelta (duration type) |
|
Currently not supported |
||
Categorical |
|
Convert to |
|
|
Boolean |
|
|
|
Note: All dtypes above are Nullable