Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

Double Negation Support (hashtag2682) #53

Open vikramsubramanian opened 4 months ago

vikramsubramanian commented 4 months ago

In both DuckDB and neo4j, nested logical negations and arithmetic negations are both valid. (eg. NOT NOT TRUE and - - 29)

We do not support this currently. )

mayil-ai[bot] commented 4 months ago

Summary: Lack of support for nested logical and arithmetic negations in the system.

Possible Solution

To address the issue of supporting nested negations in Kùzu, follow these steps:

Ignore the provided code snippets as they do not directly relate to the implementation of the parser or evaluator functions for nested negations.