neosqlite.collection.temporary_table_aggregation.operators_base module¶
- class neosqlite.collection.temporary_table_aggregation.operators_base.OperatorsBaseMixin[source]¶
Bases:
objectShared base for temporary-table aggregation stage operators.
- collection: Any¶
- db: Any¶
- query_engine: Any¶
- expr_evaluator: Any¶
- sql_translator: Any¶
- jsonb: JSONBContext¶
- _has_sort_stage: bool¶
- _text_on_temp_table_warned: bool¶
- _has_unwind_in_pipeline: bool¶