-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Builders
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Percentile and median accumulators in projection: Syntax document
Example:
db.example.aggregate([
{
$project: {
p90: {
$percentile: {
input: ["$a", "$t"],
p: [0.1],
method: "approximate"
}
}
}
}
])
- depends on
-
DRIVERS-1611 Investigate changes in PM-1835: Approximate Median and Percentile Accumulators
-
- Development Complete
-
- is related to
-
JAVA-3860 Median and Percentile Accumulators
-
- Closed
-