public class LogFunction extends Object
Uses:
DoubleValue or DoubleValueStream
 representing the natural logarithm is returned.
 DoubleValue representing the logarithm of the first with the second as the base is returned.
 DoubleValueStream representing the logarithm of 
 the Value with each of the values of the ValueStream for a document as the base is returned. 
 (Or the other way, since the Value and ValueStream can be used in either order)
 | Modifier and Type | Field and Description | 
|---|---|
| static ExpressionFactory.CreatorFunction | creatorFunction | 
| static String | name | 
| Constructor and Description | 
|---|
| LogFunction() | 
public static final String name
public static final ExpressionFactory.CreatorFunction creatorFunction
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.