medmodels.medrecord.querying#

Query API for MedRecord.

Module Attributes

QueryReturnOperand

A type alias for a query return operand.

QueryResult

A type alias for a query result.

Classes

EdgeAttributesTreeGroupOperand()

EdgeAttributesTreeOperand()

EdgeDirection(value[, names, module, ...])

Enumeration of edge directions.

EdgeGroupOperand()

EdgeIndexGroupOperand()

EdgeIndexOperand()

EdgeIndicesGroupOperand()

EdgeIndicesOperand()

EdgeMultipleAttributesWithIndexGroupOperand()

EdgeMultipleAttributesWithIndexOperand()

EdgeMultipleAttributesWithoutIndexOperand()

EdgeMultipleValuesWithIndexGroupOperand()

EdgeMultipleValuesWithIndexOperand()

EdgeMultipleValuesWithoutIndexOperand()

EdgeOperand()

EdgeSingleAttributeWithIndexGroupOperand()

EdgeSingleAttributeWithIndexOperand()

EdgeSingleAttributeWithoutIndexGroupOperand()

EdgeSingleAttributeWithoutIndexOperand()

EdgeSingleValueWithIndexGroupOperand()

EdgeSingleValueWithIndexOperand()

EdgeSingleValueWithoutIndexGroupOperand()

EdgeSingleValueWithoutIndexOperand()

NodeAttributesTreeGroupOperand()

NodeAttributesTreeOperand()

NodeGroupOperand()

NodeIndexGroupOperand()

NodeIndexOperand()

NodeIndicesGroupOperand()

NodeIndicesOperand()

NodeMultipleAttributesWithIndexGroupOperand()

NodeMultipleAttributesWithIndexOperand()

NodeMultipleAttributesWithoutIndexOperand()

NodeMultipleValuesWithIndexGroupOperand()

NodeMultipleValuesWithIndexOperand()

NodeMultipleValuesWithoutIndexOperand()

NodeOperand()

NodeSingleAttributeWithIndexGroupOperand()

NodeSingleAttributeWithIndexOperand()

NodeSingleAttributeWithoutIndexGroupOperand()

NodeSingleAttributeWithoutIndexOperand()

NodeSingleValueWithIndexGroupOperand()

NodeSingleValueWithIndexOperand()

NodeSingleValueWithoutIndexGroupOperand()

NodeSingleValueWithoutIndexOperand()

class EdgeAttributesTreeGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeAttributesTreeGroupOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

EdgeMultipleAttributesWithIndexGroupOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeMultipleAttributesWithIndexGroupOperand

min()[source]#
Return type:

EdgeMultipleAttributesWithIndexGroupOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

EdgeMultipleAttributesWithIndexGroupOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeMultipleAttributesWithIndexGroupOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeAttributesTreeOperand

uppercase()[source]#
Return type:

None

class EdgeAttributesTreeOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeAttributesTreeOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

min()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class EdgeDirection(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

Enumeration of edge directions.

BOTH = 2#
INCOMING = 0#
OUTGOING = 1#
classmethod __contains__(value)#

Return True if value is in cls.

value is in cls if: 1) value is a member of cls, or 2) value is the value of one of the cls’s members. 3) value is a pseudo-member (flags)

classmethod __getitem__(name)#

Return the member matching name.

classmethod __iter__()#

Return members in definition order.

classmethod __len__()#

Return the number of members (no aliases)

class EdgeGroupOperand[source]#

Bases: object

attribute(attribute)[source]#
Return type:

EdgeMultipleValuesWithIndexGroupOperand

attributes()[source]#
Return type:

EdgeAttributesTreeGroupOperand

clone()[source]#
Return type:

EdgeGroupOperand

either_or(either, or_)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

has_attribute(attribute)[source]#
Return type:

None

in_group(group)[source]#
Return type:

None

index()[source]#
Return type:

EdgeIndicesGroupOperand

source_node()[source]#
Return type:

NodeGroupOperand

target_node()[source]#
Return type:

NodeGroupOperand

class EdgeIndexGroupOperand[source]#

Bases: object

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeIndexGroupOperand

contains(index)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeIndicesOperand

class EdgeIndexOperand[source]#

Bases: object

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeIndexOperand

contains(index)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

class EdgeIndicesGroupOperand[source]#

Bases: object

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeIndicesGroupOperand

contains(index)[source]#
Return type:

None

count()[source]#
Return type:

EdgeIndexGroupOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

max()[source]#
Return type:

EdgeIndexGroupOperand

min()[source]#
Return type:

EdgeIndexGroupOperand

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

random()[source]#
Return type:

EdgeIndexGroupOperand

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeIndexGroupOperand

ungroup()[source]#
Return type:

EdgeIndicesOperand

class EdgeIndicesOperand[source]#

Bases: object

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeIndicesOperand

contains(index)[source]#
Return type:

None

count()[source]#
Return type:

EdgeIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

max()[source]#
Return type:

EdgeIndexOperand

min()[source]#
Return type:

EdgeIndexOperand

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

random()[source]#
Return type:

EdgeIndexOperand

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeIndexOperand

class EdgeMultipleAttributesWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeMultipleAttributesWithIndexGroupOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

EdgeSingleAttributeWithoutIndexGroupOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeSingleAttributeWithIndexGroupOperand

min()[source]#
Return type:

EdgeSingleAttributeWithIndexGroupOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

EdgeSingleAttributeWithIndexGroupOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeSingleAttributeWithoutIndexGroupOperand

to_values()[source]#
Return type:

EdgeMultipleValuesWithIndexGroupOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

uppercase()[source]#
Return type:

None

class EdgeMultipleAttributesWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeSingleAttributeWithIndexOperand

min()[source]#
Return type:

EdgeSingleAttributeWithIndexOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

EdgeSingleAttributeWithIndexOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

to_values()[source]#
Return type:

EdgeMultipleValuesWithIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class EdgeMultipleAttributesWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeMultipleAttributesWithoutIndexOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

min()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class EdgeMultipleValuesWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

EdgeMultipleValuesWithIndexGroupOperand

contains(value)[source]#
Return type:

None

count()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeSingleValueWithIndexGroupOperand

mean()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

median()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

min()[source]#
Return type:

EdgeSingleValueWithIndexGroupOperand

mode()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

random()[source]#
Return type:

EdgeSingleValueWithIndexGroupOperand

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

std()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

subtract(value)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeMultipleValuesWithIndexOperand

uppercase()[source]#
Return type:

None

var()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

class EdgeMultipleValuesWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

EdgeMultipleValuesWithIndexOperand

contains(value)[source]#
Return type:

None

count()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeSingleValueWithIndexOperand

mean()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

median()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

min()[source]#
Return type:

EdgeSingleValueWithIndexOperand

mode()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

random()[source]#
Return type:

EdgeSingleValueWithIndexOperand

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

std()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

subtract(value)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

var()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

class EdgeMultipleValuesWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

EdgeMultipleValuesWithoutIndexOperand

contains(value)[source]#
Return type:

None

count()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

mean()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

median()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

min()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

mode()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

random()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

std()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

subtract(value)[source]#
Return type:

None

sum()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

var()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

class EdgeOperand[source]#

Bases: object

attribute(attribute)[source]#
Return type:

EdgeMultipleValuesWithIndexOperand

attributes()[source]#
Return type:

EdgeAttributesTreeOperand

clone()[source]#
Return type:

EdgeOperand

either_or(either, or_)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

group_by(discriminator)[source]#
Return type:

EdgeGroupOperand

has_attribute(attribute)[source]#
Return type:

None

in_group(group)[source]#
Return type:

None

index()[source]#
Return type:

EdgeIndicesOperand

source_node()[source]#
Return type:

NodeOperand

target_node()[source]#
Return type:

NodeOperand

class EdgeSingleAttributeWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleAttributeWithIndexGroupOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeMultipleAttributesWithIndexOperand

uppercase()[source]#
Return type:

None

class EdgeSingleAttributeWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleAttributeWithIndexOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class EdgeSingleAttributeWithoutIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleAttributeWithoutIndexGroupOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeMultipleAttributesWithoutIndexOperand

uppercase()[source]#
Return type:

None

class EdgeSingleAttributeWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleAttributeWithoutIndexOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class EdgeSingleValueWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleValueWithIndexGroupOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeMultipleValuesWithIndexOperand

uppercase()[source]#
Return type:

None

class EdgeSingleValueWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleValueWithIndexOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class EdgeSingleValueWithoutIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleValueWithoutIndexGroupOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

EdgeMultipleValuesWithoutIndexOperand

uppercase()[source]#
Return type:

None

class EdgeSingleValueWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

EdgeSingleValueWithoutIndexOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeAttributesTreeGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeAttributesTreeGroupOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

NodeMultipleAttributesWithIndexGroupOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeMultipleAttributesWithIndexGroupOperand

min()[source]#
Return type:

NodeMultipleAttributesWithIndexGroupOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

NodeMultipleAttributesWithIndexGroupOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

NodeMultipleAttributesWithIndexGroupOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeAttributesTreeOperand

uppercase()[source]#
Return type:

None

class NodeAttributesTreeOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeAttributesTreeOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

min()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeGroupOperand[source]#

Bases: object

attribute(attribute)[source]#
Return type:

NodeMultipleValuesWithIndexGroupOperand

attributes()[source]#
Return type:

NodeAttributesTreeGroupOperand

clone()[source]#
Return type:

NodeGroupOperand

edges(direction=EdgeDirection.BOTH)[source]#
Return type:

EdgeGroupOperand

either_or(either, or_)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

has_attribute(attribute)[source]#
Return type:

None

in_group(group)[source]#
Return type:

None

index()[source]#
Return type:

NodeIndicesGroupOperand

neighbors(edge_direction=EdgeDirection.BOTH)[source]#
Return type:

NodeGroupOperand

class NodeIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

NodeIndexGroupOperand

contains(index)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeIndicesOperand

uppercase()[source]#
Return type:

None

class NodeIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

NodeIndexOperand

contains(index)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeIndicesGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

NodeIndicesGroupOperand

contains(index)[source]#
Return type:

None

count()[source]#
Return type:

NodeIndexGroupOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeIndexGroupOperand

min()[source]#
Return type:

NodeIndexGroupOperand

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

random()[source]#
Return type:

NodeIndexGroupOperand

slice(start, end)[source]#
Return type:

None

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

sum()[source]#
Return type:

NodeIndexGroupOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeIndicesOperand

uppercase()[source]#
Return type:

None

class NodeIndicesOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(index)[source]#
Return type:

None

clone()[source]#
Return type:

NodeIndicesOperand

contains(index)[source]#
Return type:

None

count()[source]#
Return type:

NodeIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(index)[source]#
Return type:

None

equal_to(index)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(index)[source]#
Return type:

None

greater_than_or_equal_to(index)[source]#
Return type:

None

is_in(indices)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(indices)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(index)[source]#
Return type:

None

less_than_or_equal_to(index)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeIndexOperand

min()[source]#
Return type:

NodeIndexOperand

modulo(index)[source]#
Return type:

None

multiply(index)[source]#
Return type:

None

not_equal_to(index)[source]#
Return type:

None

power(index)[source]#
Return type:

None

random()[source]#
Return type:

NodeIndexOperand

slice(start, end)[source]#
Return type:

None

starts_with(index)[source]#
Return type:

None

subtract(index)[source]#
Return type:

None

sum()[source]#
Return type:

NodeIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeMultipleAttributesWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeMultipleAttributesWithIndexGroupOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

NodeSingleAttributeWithoutIndexGroupOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeSingleAttributeWithIndexGroupOperand

min()[source]#
Return type:

NodeSingleAttributeWithIndexGroupOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

NodeSingleAttributeWithIndexGroupOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

NodeSingleAttributeWithoutIndexGroupOperand

to_values()[source]#
Return type:

NodeMultipleValuesWithIndexGroupOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

uppercase()[source]#
Return type:

None

class NodeMultipleAttributesWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeSingleAttributeWithIndexOperand

min()[source]#
Return type:

NodeSingleAttributeWithIndexOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

NodeSingleAttributeWithIndexOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

to_values()[source]#
Return type:

NodeMultipleValuesWithIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeMultipleAttributesWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeMultipleAttributesWithoutIndexOperand

contains(attribute)[source]#
Return type:

None

count()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

min()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

random()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

sum()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeMultipleValuesWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

NodeMultipleValuesWithIndexGroupOperand

contains(value)[source]#
Return type:

None

count()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeSingleValueWithIndexGroupOperand

mean()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

median()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

min()[source]#
Return type:

NodeSingleValueWithIndexGroupOperand

mode()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

random()[source]#
Return type:

NodeSingleValueWithIndexGroupOperand

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

std()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

subtract(value)[source]#
Return type:

None

sum()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeMultipleValuesWithIndexOperand

uppercase()[source]#
Return type:

None

var()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

class NodeMultipleValuesWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

NodeMultipleValuesWithIndexOperand

contains(value)[source]#
Return type:

None

count()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeSingleValueWithIndexOperand

mean()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

median()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

min()[source]#
Return type:

NodeSingleValueWithIndexOperand

mode()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

random()[source]#
Return type:

NodeSingleValueWithIndexOperand

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

std()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

subtract(value)[source]#
Return type:

None

sum()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

var()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

class NodeMultipleValuesWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

NodeMultipleValuesWithoutIndexOperand

contains(value)[source]#
Return type:

None

count()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_max()[source]#
Return type:

None

is_min()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

max()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

mean()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

median()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

min()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

mode()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

random()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

std()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

subtract(value)[source]#
Return type:

None

sum()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

var()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

class NodeOperand[source]#

Bases: object

attribute(attribute)[source]#
Return type:

NodeMultipleValuesWithIndexOperand

attributes()[source]#
Return type:

NodeAttributesTreeOperand

clone()[source]#
Return type:

NodeOperand

edges(direction=EdgeDirection.BOTH)[source]#
Return type:

EdgeOperand

either_or(either, or_)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

group_by(discriminator)[source]#
Return type:

NodeGroupOperand

has_attribute(attribute)[source]#
Return type:

None

in_group(group)[source]#
Return type:

None

index()[source]#
Return type:

NodeIndicesOperand

neighbors(edge_direction=EdgeDirection.BOTH)[source]#
Return type:

NodeOperand

class NodeSingleAttributeWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleAttributeWithIndexGroupOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeMultipleAttributesWithIndexOperand

uppercase()[source]#
Return type:

None

class NodeSingleAttributeWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleAttributeWithIndexOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeSingleAttributeWithoutIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleAttributeWithoutIndexGroupOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeMultipleAttributesWithoutIndexOperand

uppercase()[source]#
Return type:

None

class NodeSingleAttributeWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(attribute)[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleAttributeWithoutIndexOperand

contains(attribute)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(attribute)[source]#
Return type:

None

equal_to(attribute)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

greater_than(attribute)[source]#
Return type:

None

greater_than_or_equal_to(attribute)[source]#
Return type:

None

is_in(attributes)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(attributes)[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(attribute)[source]#
Return type:

None

less_than_or_equal_to(attribute)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(attribute)[source]#
Return type:

None

multiply(attribute)[source]#
Return type:

None

not_equal_to(attribute)[source]#
Return type:

None

power(attribute)[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

starts_with(attribute)[source]#
Return type:

None

subtract(attribute)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeSingleValueWithIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleValueWithIndexGroupOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeMultipleValuesWithIndexOperand

uppercase()[source]#
Return type:

None

class NodeSingleValueWithIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleValueWithIndexOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

class NodeSingleValueWithoutIndexGroupOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleValueWithoutIndexGroupOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

ungroup()[source]#
Return type:

NodeMultipleValuesWithoutIndexOperand

uppercase()[source]#
Return type:

None

class NodeSingleValueWithoutIndexOperand[source]#

Bases: object

absolute()[source]#
Return type:

None

add(value)[source]#
Return type:

None

ceil()[source]#
Return type:

None

clone()[source]#
Return type:

NodeSingleValueWithoutIndexOperand

contains(value)[source]#
Return type:

None

divide(value)[source]#
Return type:

None

either_or(either, or_)[source]#
Return type:

None

ends_with(value)[source]#
Return type:

None

equal_to(value)[source]#
Return type:

None

exclude(query)[source]#
Return type:

None

floor()[source]#
Return type:

None

greater_than(value)[source]#
Return type:

None

greater_than_or_equal_to(value)[source]#
Return type:

None

is_bool()[source]#
Return type:

None

is_datetime()[source]#
Return type:

None

is_duration()[source]#
Return type:

None

is_float()[source]#
Return type:

None

is_in(values)[source]#
Return type:

None

is_int()[source]#
Return type:

None

is_not_in(values)[source]#
Return type:

None

is_null()[source]#
Return type:

None

is_string()[source]#
Return type:

None

less_than(value)[source]#
Return type:

None

less_than_or_equal_to(value)[source]#
Return type:

None

lowercase()[source]#
Return type:

None

modulo(value)[source]#
Return type:

None

multiply(value)[source]#
Return type:

None

not_equal_to(value)[source]#
Return type:

None

power(value)[source]#
Return type:

None

round()[source]#
Return type:

None

slice(start, end)[source]#
Return type:

None

sqrt()[source]#
Return type:

None

starts_with(value)[source]#
Return type:

None

subtract(value)[source]#
Return type:

None

trim()[source]#
Return type:

None

trim_end()[source]#
Return type:

None

trim_start()[source]#
Return type:

None

uppercase()[source]#
Return type:

None

QueryResult#

A type alias for a query result.

alias of Dict[str | int, List[str | int]] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Dict[str | int, List[str | int]]]] | Dict[int, List[str | int]] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Dict[int, List[str | int]]]] | Dict[str | int, str | int] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Dict[str | int, str | int]]] | List[str | int] | Dict[int, str | int] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Dict[int, str | int]]] | Tuple[str | int, str | int] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Tuple[str | int, str | int]]] | str | int | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], str | int]] | Tuple[int, str | int] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Tuple[int, str | int]]] | List[int] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], List[int]]] | None | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], int | None]] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], List[str | int]]] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], str | int | None]] | Dict[str | int, str | int | float | bool | datetime | timedelta | None] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Dict[str | int, str | int | float | bool | datetime | timedelta | None]]] | List[str | int | float | bool | datetime | timedelta | None] | Dict[int, str | int | float | bool | datetime | timedelta | None] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Dict[int, str | int | float | bool | datetime | timedelta | None]]] | Tuple[str | int, str | int | float | bool | datetime | timedelta | None] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Tuple[str | int, str | int | float | bool | datetime | timedelta | None]]] | float | bool | datetime | timedelta | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], str | int | float | bool | datetime | timedelta | None]] | Tuple[int, str | int | float | bool | datetime | timedelta | None] | List[Tuple[str | int | float | bool | datetime | timedelta | None | Tuple[GroupKey, GroupKey], Tuple[int, str | int | float | bool | datetime | timedelta | None]]] | List[QueryResult]

QueryReturnOperand#

A type alias for a query return operand.

alias of NodeAttributesTreeOperand | NodeAttributesTreeGroupOperand | EdgeAttributesTreeOperand | EdgeAttributesTreeGroupOperand | NodeMultipleAttributesWithIndexOperand | NodeMultipleAttributesWithIndexGroupOperand | NodeMultipleAttributesWithoutIndexOperand | EdgeMultipleAttributesWithIndexOperand | EdgeMultipleAttributesWithIndexGroupOperand | EdgeMultipleAttributesWithoutIndexOperand | NodeSingleAttributeWithIndexOperand | NodeSingleAttributeWithIndexGroupOperand | NodeSingleAttributeWithoutIndexOperand | NodeSingleAttributeWithoutIndexGroupOperand | EdgeSingleAttributeWithIndexOperand | EdgeSingleAttributeWithIndexGroupOperand | EdgeSingleAttributeWithoutIndexOperand | EdgeSingleAttributeWithoutIndexGroupOperand | EdgeIndicesOperand | EdgeIndicesGroupOperand | EdgeIndexOperand | EdgeIndexGroupOperand | NodeIndicesOperand | NodeIndicesGroupOperand | NodeIndexOperand | NodeIndexGroupOperand | NodeMultipleValuesWithIndexOperand | NodeMultipleValuesWithIndexGroupOperand | NodeMultipleValuesWithoutIndexOperand | EdgeMultipleValuesWithIndexOperand | EdgeMultipleValuesWithIndexGroupOperand | EdgeMultipleValuesWithoutIndexOperand | NodeSingleValueWithIndexOperand | NodeSingleValueWithIndexGroupOperand | NodeSingleValueWithoutIndexOperand | NodeSingleValueWithoutIndexGroupOperand | EdgeSingleValueWithIndexOperand | EdgeSingleValueWithIndexGroupOperand | EdgeSingleValueWithoutIndexOperand | EdgeSingleValueWithoutIndexGroupOperand | Sequence[QueryReturnOperand]