graphjin
graphjin copied to clipboard
Support for type casting
What would you like to be added: I would like to be able to cast attributes in the query.
Why is this needed: For my use case, I want to filter an attribute using date operations, but it is stored as a primitive string in the postgres database which I can't change. I foresee that this is quite common especially if people are storing dates in a JSONB.