snowflake.snowpark.functions.date_from_parts¶
- snowflake.snowpark.functions.date_from_parts(y: Union[Column, str, int], m: Union[Column, str, int], d: Union[Column, str, int]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.12.1/src/snowflake/snowpark/functions.py#L4258-L4276)¶
Creates a date from individual numeric components that represent the year, month, and day of the month.
- Example::