Details
-
New Feature
-
Resolution: Unresolved
-
Unknown
-
None
-
None
-
None
Description
Percentile and median accumulators in projection: Syntax document
Example:
db.example.aggregate([
|
{
|
$project: {
|
p90: {
|
$percentile: {
|
input: ["$a", "$t"], |
p: [0.1], |
method: "approximate" |
}
|
}
|
}
|
}
|
])
|
Attachments
Issue Links
- depends on
-
DRIVERS-1611 Investigate changes in PM-1835: Approximate Median and Percentile Accumulators
-
- Closed
-
- is related to
-
JAVA-3860 Median and Percentile Accumulators
-
- Closed
-