Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PartiQL spec example 47 (section 11.3) unspecified timestamp syntax #72

Open
alancai98 opened this issue Dec 13, 2023 · 0 comments
Open

Comments

@alancai98
Copy link
Member

alancai98 commented Dec 13, 2023

Copied from #33.

https://partiql.org/assets/PartiQL-Specification.pdf#subsection.11.3

In globals, the "timestamp" literal field value uses a syntax that has not yet been defined:

logs: [{’sensor’:1, ’co’:0.4, ’timestamp’:04:05:06},
       {’sensor’:1, ’co’:0.2, ’timestamp’:04:05:07},
       {’sensor’:1, ’co’:0.5, ’timestamp’:04:05:10},
       {’sensor’:2, ’co’:0.3}
]

The result also uses this undefined syntax for "timestamp":

<<{’sensor’:1, ’jumpReadings’:[{’co’:0.4, ’timestamp’:04:05:06}]},
  {’sensor’:2, ’jumpReadings’:[]}
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant