neosqlite.collection.temporary_table_aggregation.operators_base module

class neosqlite.collection.temporary_table_aggregation.operators_base.OperatorsBaseMixin[source]

Bases: object

collection: Any
db: Any
query_engine: Any
expr_evaluator: Any
sql_translator: Any
_jsonb_supported: bool
_jsonb_each_supported: bool
_json_each_function: str
_json_function_prefix: str
json_group_array_function: str
_has_sort_stage: bool
_text_on_temp_table_warned: bool
_has_unwind_in_pipeline: bool
_process_text_search_stage(*args: Any, **kwargs: Any) Any[source]