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

feat(sql): timestamp_floor() and timestamp_ceil() implementations #1300

Merged
merged 7 commits into from
Sep 10, 2021

Conversation

bluestreak01
Copy link
Member

closes #1271

ideoma
ideoma previously approved these changes Sep 9, 2021
marregui
marregui previously approved these changes Sep 9, 2021
Copy link
Contributor

@marregui marregui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bluestreak01 bluestreak01 dismissed stale reviews from marregui and ideoma via 44da2ec September 10, 2021 11:43
@ideoma
Copy link
Collaborator

ideoma commented Sep 10, 2021

[PR Coverage check]

😍 pass : 41 / 41 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/cairo/TableWriter.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/date/TimestampCeilFunctionFactory.java 14 14 100.00%
🔵 io/questdb/griffin/engine/functions/date/TimestampFloorFunctionFactory.java 13 13 100.00%
🔵 io/questdb/std/datetime/microtime/Timestamps.java 8 8 100.00%
🔵 io/questdb/cairo/PartitionBy.java 5 5 100.00%

@ideoma ideoma self-requested a review September 10, 2021 14:40
@ideoma ideoma merged commit f093250 into master Sep 10, 2021
@ideoma ideoma deleted the timestamp_floor branch September 10, 2021 14:41
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

Successfully merging this pull request may close these issues.

Round Up and Round Down timestamps.
3 participants