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