ex_cypher v0.2.0 ExCypher.Statements.Where

Parses WHERE statements into cypher compliant statements, avoiding some changes made by elixir's compiler into the where statements

Link to this section Summary

Functions

Designed to work directly with Macro.to_string/2, in which it receives two arguments

Link to this section Functions

Link to this function

parse(list)

parse(ast :: term()) :: String.t()

Designed to work directly with Macro.to_string/2, in which it receives two arguments:

1. The AST node being parsed
2. The original elixir representation for that AST node