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

Timestamp variants are missing from documentation #453

Open
benjaminwinger opened this issue Apr 3, 2025 · 0 comments
Open

Timestamp variants are missing from documentation #453

benjaminwinger opened this issue Apr 3, 2025 · 0 comments
Assignees

Comments

@benjaminwinger
Copy link
Collaborator

There is just documentation for the TIMESTAMP type, but not also for

  • TIMESTAMP_SEC
  • TIMESTAMP_MS
  • TIMESTAMP_NS
  • TIMESTAMP_TZ

The TIMESTAMP docs also just mention millisecond precision, when internally it uses microsecond precision (probably more useful when documented in the context of the other variants). Similarly, we should probably document the limits of the different types TIMESTAMP being signed microseconds from 1970-01-01, or seconds from for TIMESTAMP_SEC, etc. (I don't recall what exactly we do with TIMESTAMP_TZ; I think it's stored the same and just formatted based on the local timezone).

@prrao87 prrao87 self-assigned this Apr 3, 2025
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

2 participants