Describe the bug
current df don't support interval in left.
select interval '1 month' + '2023-05-01'::date;
This feature is not implemented: Unsupported interval argument. Expected string literal, got: BinaryOp { left: Value(SingleQuotedString("1 month")), op: Plus, right: Cast { expr: Value(SingleQuotedString("2023-05-01")), data_type: Date } }
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
current df don't support interval in left.
To Reproduce
No response
Expected behavior
No response
Additional context
No response