Skip to content

Recognize dateadd calls in time instrinsics filter #6506

@puzpuzpuz

Description

@puzpuzpuz

Some of our users have filters like dateadd('m', 15, timestamp) = '2022-03-08T18:30:00.000000Z' where timestamp is the designated timestamp column. Currently, time intrinsics don't recognize this as a timestamp filter, so query execution times may be high. We should add support for such expressions to intrinsics to fix that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementEnhance existing functionalityPerformancePerformance improvementsSQLIssues or changes relating to SQL execution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions