partiql / partiql-lang

The PartiQL language specification
https://partiql.org/partiql-lang
Other
10 stars 1 forks source link

Data Type - TIMESTAMP #50

Open yliuuuu opened 1 year ago

yliuuuu commented 1 year ago

The purpose of this issue is to track all related effects/issues to define and implement TIMESTAMP type in PartiQL. The topics to be covered are:

  1. TIMESTAMP Type Syntax/Semantics
  2. TIMESTAMP value semantics
  3. TIMESTAMP functions and operator

Related Issues: From Lang Kotlin: #1057; #1045; #445; #204; #192; #61; #31

From Conformance Test: #89, #83

DoD

RCHowell commented 1 year ago

Related https://github.com/partiql/partiql-lang-kotlin/issues/1130