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 datetime literals to expressions #935

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

billylanchantin
Copy link
Contributor

@billylanchantin billylanchantin commented Jun 30, 2024

Example:

lazy = %LazySeries{
  op: :equal,
  args: [%LazySeries{op: :column, args: ["col_b"]}, ~U[2022-07-07 18:09:17.824019Z]]
  }

%Expression{} = Expression.to_expr(lazy)

@billylanchantin billylanchantin merged commit c981d66 into main Jun 30, 2024
4 checks passed
@billylanchantin billylanchantin deleted the bl-datetime-literals-in-exprs branch June 30, 2024 19:54
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