Fill |
Fill.field(String name,
ValueExpression value) |
Specifies an object indicating how to fill missing values in the target field.
|
Fill |
Fill.field(String name,
Fill.Method method) |
Specifies an object indicating how to fill missing values in the target field.
|
static Fill |
Fill.fill() |
Creates a new $fill stage
|
Fill |
Fill.partitionBy(Expression partitionBy) |
Specifies an array of fields as the compound key to group the documents.
|
Fill |
Fill.partitionByFields(String... fields) |
Specifies an array of fields as the compound key to group the documents.
|
Fill |
Fill.sortBy(Sort... sorts) |
Specifies the field or fields to sort the documents within each partition.
|