module documentation
Aggregations.
Class |
|
Abstract base class for all aggregations. |
Class |
|
Computes the bounds of a numeric field of a collection. |
Class |
|
Counts the number of field values in a collection. |
Class |
|
Counts the occurrences of field values in a collection. |
Class |
|
Computes the distinct values of a field in a collection. |
Class |
|
Efficiently computes a set of aggregations rooted at a common path using faceted computations. |
Class |
|
Computes a histogram of the field values in a collection. |
Class |
|
Extracts the value type(s) in a specified list field across all samples in a collection. |
Class |
|
Computes the maximum of a numeric field of a collection. |
Class |
|
Computes the arithmetic mean of the field values of a collection. |
Class |
|
Computes the minimum of a numeric field of a collection. |
Class |
|
Computes the quantile(s) of the field values of a collection. |
Class |
|
Extracts the names and types of the attributes of a specified embedded document field across all samples in a collection. |
Class |
|
Computes the standard deviation of the field values of a collection. |
Class |
|
Computes the sum of the field values of a collection. |
Class |
|
Extracts the values of the field from all samples in a collection. |
Exception |
|
An error raised during the execution of an Aggregation . |
Variable | logger |
Undocumented |
Class | _ |
Undocumented |
Function | _extract |
Undocumented |
Function | _extract |
Undocumented |
Function | _find |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _handle |
Undocumented |
Function | _handle |
Undocumented |
Function | _make |
Undocumented |
Function | _parse |
Undocumented |
Function | _remove |
Undocumented |
Function | _replace |
Undocumented |
Function | _resolve |
Undocumented |
Function | _serialize |
Undocumented |
Function | _to |
Undocumented |
Function | _transform |
Undocumented |
Constant | _MONGO |
Undocumented |
Variable | _repr |
Undocumented |
def _make_extract_values_pipeline(path, list_fields, id_to_str, missing_value, big_result, big_field):
(source)
¶
Undocumented
def _parse_field_and_expr(sample_collection, field_name, expr=None, safe=False, unwind=True, allow_missing=False, context=None):
(source)
¶
Undocumented
Undocumented
Value |
|