Skip to content

where ¤

Mixin for handling where clause operations in Fluree queries.

Classes:

  • WithWhereMixin

    Provides where clause capabilities for Fluree queries.

WithWhereMixin ¤

Bases: Generic[T]

Provides where clause capabilities for Fluree queries.

Methods:

  • with_where

    Updates the query with a new where clause.

with_where ¤

with_where(clause: WhereClause) -> T

Updates the query with a new where clause.

Raises:

  • TypeError

    If the type parameter cannot be resolved.