budosystems.storage.query.Expression

class Expression

Bases: Generic[ExpressionResult_co], ABC

A combination of primitives and operators that evaluate to a concrete type.

abstract async eval() ExpressionResult_co

Final evaluation of the expression.