Skip to content

Move code to fold now() from Simplifier() to ConstEvaluator #1175

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is a follow on suggestion from @rdettai on #1153 https://github.com/apache/arrow-datafusion/pull/1153/files#r735437280

Namely the substitution of now() for the current value is better described as "constant evaluation" rather than "algebraic simplification" so it should be done in the ConstEvaluator code.

Describe the solution you'd like
Move code to fold now() from Simplifier() to ConstEvaluator

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions