Wendel de Lana

Results 4 issues of Wendel de Lana

**Is your feature request related to a problem? Please describe.** I was trying to create a conditional statement using the `NULLIF()` function inside a Cypher query, but I received an...

enhancement

PR for issue #908. Added NULLIF() function that takes 2 arguments of "any" type (converting non-AGTYPE types to AGTYPE values) and return NULL if the two specified expressions are equal,...

Implemented explicit integer conversion to boolean in both toBoolean and toBooleanList functions. Also made corresponding changes to regression tests and broke long lines to adhere to the 79-column line length...

master

This new function adds the Watts-Strogatz graph algorithm for Apache AGE. (Project [Apache AGE Graph Generation Algorithms](https://github.com/orgs/apache/projects/103)) For more information about Watts-Strogatz see [this issue](https://github.com/apache/age/issues/276). Syntax: ``` ag_catalog.age_create_watts_strogatz_graph(graph_name Name, n...

master