public static class ArithmeticOperators.Log10 extends Object
AggregationExpression for $log10.| Modifier and Type | Method and Description |
|---|---|
protected List<Object> |
append(Object value) |
protected Map<String,Object> |
append(String key,
Object value) |
protected static List<Field> |
asFields(String... fieldRefs) |
protected String |
getMongoMethod() |
static ArithmeticOperators.Log10 |
log10ValueOf(AggregationExpression expression)
Creates new
ArithmeticOperators.Log10. |
static ArithmeticOperators.Log10 |
log10ValueOf(Number value)
Creates new
ArithmeticOperators.Log10. |
static ArithmeticOperators.Log10 |
log10ValueOf(String fieldReference)
Creates new
ArithmeticOperators.Log10. |
com.mongodb.DBObject |
toDbObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
toDbObject(Object value,
AggregationOperationContext context) |
protected List<Object> |
values() |
protected String getMongoMethod()
public static ArithmeticOperators.Log10 log10ValueOf(String fieldReference)
ArithmeticOperators.Log10.fieldReference - must not be null.public static ArithmeticOperators.Log10 log10ValueOf(AggregationExpression expression)
ArithmeticOperators.Log10.expression - must not be null.public static ArithmeticOperators.Log10 log10ValueOf(Number value)
ArithmeticOperators.Log10.value - must not be null.public com.mongodb.DBObject toDbObject(AggregationOperationContext context)
AggregationExpressiontoDbObject in interface AggregationExpressionpublic com.mongodb.DBObject toDbObject(Object value, AggregationOperationContext context)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.