Data Types¶
This package contains all Snowpark logical types.
Classes/Type Hints
|
Array data type. |
Binary data type. |
|
Boolean data type. |
|
|
Byte data type. |
|
Represents a column identifier. |
|
The base class of Snowpark data types. |
|
Date data type. |
|
Decimal data type. |
Double data type. |
|
Float data type. |
|
The type hint for annotating Geography data when registering UDFs. |
|
Geography data type. |
|
The type hint for annotating Geometry data when registering UDFs. |
|
Geometry data type. |
|
Integer data type. |
|
|
Long integer data type. |
The type hint for annotating TIMESTAMP_LTZ (e.g., |
|
|
Map data type. |
The type hint for annotating TIMESTAMP_NTZ (e.g., |
|
|
Represents a null type. |
|
The type hint for annotating Pandas DataFrame data when registering UDFs. |
|
Pandas DataFrame data type. |
|
The type hint for annotating Pandas Series data when registering UDFs. |
|
Pandas Series data type. |
Short integer data type. |
|
|
String data type. |
|
Represents the content of |
|
Represents a table schema. |
The type hint for annotating |
|
|
|
|
Timestamp data type. |
|
Time data type. |
The type hint for annotating TIMESTAMP_TZ (e.g., |
|
The type hint for annotating Variant data when registering UDFs. |
|
Variant data type. |