Functions§
- evaluate_
where - Evaluate a MongoDB-style WHERE clause against a single document.
- exclude
- Remove specified fields from a document (the inverse of project).
- get_
nested_ value - Read a value at any depth from a JSON object using a dot-notation path.
- project
- Select only the specified fields from a document (field projection).