databendlabs/databend

Feature: Support Date & Timestamp Construction functions

クローズ

#19,435 opened on 2026/02/10

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (880 件のフォーク)github user discovery
C-featuregood first issue

Repository metrics

Stars
 (9,314 個のスター)
PR merge metrics
 (平均マージ 4d 18h) (30d で 99 merged PRs)

説明

Summary

Creates a date, timestamp, timestamp_tz from individual numeric components.

DATE_FROM_PARTS( <year>, <month>, <day> )
TIMESTAMP_FROM_PARTS( <year>, <month>, <day>, <hour>, <minute>, <second> [, <nanosecond> ] [, <time_zone> ] )
TIMESTAMP_TZ_FROM_PARTS( <year>, <month>, <day>, <hour>, <minute>, <second> [, <nanosecond>] [, <time_zone>] )
  • DATE_FROM_PARTS
  • TIMESTAMP_FROM_PARTS
  • TIMESTAMP_TZ_FROM_PARTS

reference https://docs.snowflake.com/en/sql-reference/functions/date_from_parts https://docs.snowflake.com/en/sql-reference/functions/timestamp_from_parts

コントリビューターガイド