ContainsClauseElement

class polyglotdb.query.annotations.elements.ContainsClauseElement(attribute, value)[source]

Clause for filtering based on hierarchical relations.

Methods

__init__(attribute, value)

cypher_value_string()

Create a Cypher parameter for the value of the clause.

for_cypher()

Return a Cypher representation of the clause.

for_json()

for_type_cypher()

Return a Cypher representation of the clause.

involves(annotation)