ContainsClauseElement

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

Clause for filtering based on hierarchical relations.

Methods

__init__(attribute, value) Initialize self.
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)
for_cypher()[source]

Return a Cypher representation of the clause.