neosqlite.collection.pipeline_context module¶
PipelineContext — tracks field state across aggregation pipeline stages.
Extracted from sql_tier_aggregator.py for reuse and testability.
- class neosqlite.collection.pipeline_context.PipelineContext[source]¶
Bases:
objectTracks field aliases, computed fields, and document state across pipeline stages.
- clone() PipelineContext[source]¶
Create a copy of this context.