neosqlite.collection.expr_evaluator.sql_converters.arithmetic module

SQL converters for arithmetic operators.

class neosqlite.collection.expr_evaluator.sql_converters.arithmetic.ArithmeticMixin[source]

Bases: BaseSqlMixin

SQL converter for operators in the ArithmeticMixin category.

_convert_arithmetic_operator(operator: str, operands: list[Any]) tuple[str, list[Any]][source]

Convert arithmetic operators to SQL.