public class CompareFunction extends Object
Uses:
AnalyticsValues are passed in, a BooleanValue representing the comparison of the two values for each document is returned.
AnalyticsValue and a comparable AnalyticsValueStream are passed in,
a BooleanValueStream representing the comparison of the Value and each of the values of the ValueStream for the document is returned.
| Modifier and Type | Class and Description |
|---|---|
static class |
CompareFunction.EqualFunction
A comparison function that tests equality.
|
static class |
CompareFunction.GTEFunction
A comparison function that tests whether the first parameter is greater than or equal to the second parameter
|
static class |
CompareFunction.GTFunction
A comparison function that tests whether the first parameter is greater than the second parameter
|
static class |
CompareFunction.LTEFunction
A comparison function that tests whether the first parameter is less than or equal to the second parameter
|
static class |
CompareFunction.LTFunction
A comparison function that tests whether the first parameter is less than the second parameter
|
| Constructor and Description |
|---|
CompareFunction() |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.