bento_meta.util.cypher.functions

bento_meta.util.cypher.functions

Representations of Cypher functions

Module Contents

Classes

Func

count

exists

labels

Not

And

Or

group

is_null

is_not_null

Functions

_pattern(ent)

_condition(ent)

_return(ent)

class bento_meta.util.cypher.functions.Func(arg)[source]

Bases: object

template
joiner = ','
As = ''
static context(arg)[source]
__str__()[source]

Return str(self).

class bento_meta.util.cypher.functions.count(arg)[source]

Bases: Func

template
class bento_meta.util.cypher.functions.exists(arg)[source]

Bases: Func

template
class bento_meta.util.cypher.functions.labels(arg)[source]

Bases: Func

template
class bento_meta.util.cypher.functions.Not(arg)[source]

Bases: Func

template
static context(arg)[source]
class bento_meta.util.cypher.functions.And(*args)[source]

Bases: Func

template
joiner = ' AND '
static context(arg)[source]
class bento_meta.util.cypher.functions.Or(*args)[source]

Bases: Func

template
joiner = ' OR '
static context(arg)[source]
class bento_meta.util.cypher.functions.group(arg)[source]

Bases: Func

template
joiner = ' '
class bento_meta.util.cypher.functions.is_null(arg)[source]

Bases: Func

template
class bento_meta.util.cypher.functions.is_not_null(arg)[source]

Bases: Func

template
bento_meta.util.cypher.functions._pattern(ent)[source]
bento_meta.util.cypher.functions._condition(ent)[source]
bento_meta.util.cypher.functions._return(ent)[source]