Currently, WITH clause doesn't support some of the features like - [distinct](https://neo4j.com/docs/cypher-manual/current/clauses/with/#remove-duplicate-values). Related issue: https://github.com/lance-format/lance-graph/issues/108 - aliasing whole nodes/rels. Related issue: https://github.com/lance-format/lance-graph/issues/102#issuecomment-3806065921
Currently, WITH clause doesn't support some of the features like
COUNT(DISTINCT x)on nodes #108