Skip to content
#

query-engine

Here are 80 public repositories matching this topic...

alamb
alamb commented Jan 31, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am trying to programatically create Exprs that represent function calls, for example to_timetsamp(x, 4) or something

To do so today you have to do something like this (from simplify_expressions.rs) which is 🤮

        // to_timestamp("2020-09-08T12:00:00+00:00")
       

Improve this page

Add a description, image, and links to the query-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the query-engine topic, visit your repo's landing page and select "manage topics."

Learn more