pandagg.node.query.abstract module

class pandagg.node.query.abstract.LeafQueryClause(_name=None, **body)[source]

Bases: pandagg.node.query.abstract.QueryClause

class pandagg.node.query.abstract.MultiFieldsQueryClause(fields, _name=None, **body)[source]

Bases: pandagg.node.query.abstract.LeafQueryClause

tag

The readable node name for human. This attribute can be accessed and modified with . and = operator respectively.

class pandagg.node.query.abstract.QueryClause(_name=None, **body)[source]

Bases: pandagg.node._node.Node

KEY = NotImplementedError()
NID_SIZE = 6
classmethod deserialize(**body)[source]
name
serialize(named=False)[source]
tag

The readable node name for human. This attribute can be accessed and modified with . and = operator respectively.

class pandagg.node.query.abstract.SingleFieldQueryClause(field, _name=None, **body)[source]

Bases: pandagg.node.query.abstract.LeafQueryClause

FLAT = False
SHORT_TAG = None
classmethod deserialize(**body)[source]
tag

The readable node name for human. This attribute can be accessed and modified with . and = operator respectively.