httk.store.mongo.stored_properties¶
Stored-property plans and exact query contexts for MongoDB.
The context builds the frozen neutral AST in httk.store.mongo.evaluator.
MongoDB supplies a conservative candidate stream and the existing verified
iterator evaluates that AST over hydrated backing records.
Exceptions¶
A Mongo entry family cannot realize its stored-property declaration. |
Classes¶
An ID-only Mongo candidate stream for a configured concrete backing. |
|
Stored-property responses and verified Mongo candidate plans for one family. |
Functions¶
|
Module Contents¶
- exception httk.store.mongo.stored_properties.MongoStoredPropertyConfigurationError[source]¶
Bases:
ValueErrorA Mongo entry family cannot realize its stored-property declaration.
- class httk.store.mongo.stored_properties.MongoStoredPropertyCandidateStream[source]¶
An ID-only Mongo candidate stream for a configured concrete backing.