snowflake.snowpark.functions.timestamp_ltz_from_parts¶
- snowflake.snowpark.functions.timestamp_ltz_from_parts(year: ColumnOrName | int, month: ColumnOrName | int, day: ColumnOrName | int, hour: ColumnOrName | int, minute: ColumnOrName | int, second: ColumnOrName | int, nanoseconds: ColumnOrName | int | None = None) Column[source]¶
Creates a timestamp from individual numeric components.
Example: