Expand description
This module provides utility functions for SQL data type conversion and manipulation.
Constantsยง
- TYPE_
MATRIX ๐
Functionsยง
- array_
type - Maps a data type to its corresponding array type name.
- data_
type - Maps a data type to its corresponding data type name.
- expand_
type_ wildcard - Expands a type wildcard string into a list of concrete types.
- is_
primitive - Checks if a data type is primitive.
- lookup_
matrix ๐ - min_
compatible_ type - Computes the minimal compatible type between a pair of data types.
- owned_
type - Maps a data type to its corresponding
Scalar
type name. - ref_
type - Maps a data type to its corresponding
ScalarRef
type name.