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

add support for extract_epoch function #282

Merged
merged 7 commits into from
Jun 20, 2024
Merged

add support for extract_epoch function #282

merged 7 commits into from
Jun 20, 2024

Conversation

andicuko
Copy link
Contributor

@andicuko andicuko commented Jun 12, 2024

  • Adding support for extract_epoch function
  • Adding support for parsing queries with Null and boolean values in the select.

@andicuko andicuko changed the title allow more values in expression parsing add support for extract_epoch function Jun 20, 2024
@andicuko andicuko requested a review from ngrislain June 20, 2024 14:53
@@ -1944,6 +1944,17 @@ pub fn extract_year() -> impl Function {
))
}

pub fn extract_epoch() -> impl Function {
Polymorphic::from((
Copy link
Contributor

Choose a reason for hiding this comment

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

It should be monotonic

@ngrislain ngrislain merged commit 9603c8f into main Jun 20, 2024
1 check passed
@ngrislain ngrislain deleted the add_parsing_values branch June 20, 2024 16:20
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.

2 participants