public class DateOperators extends Object
| Constructor and Description |
|---|
DateOperators() |
| Modifier and Type | Method and Description |
|---|---|
static DateOperators.DateOperatorFactory |
dateOf(AggregationExpression expression)
Take the date resulting from the given
AggregationExpression. |
static DateOperators.DateOperatorFactory |
dateOf(String fieldReference)
Take the date referenced by given fieldReference.
|
public static DateOperators.DateOperatorFactory dateOf(String fieldReference)
fieldReference - must not be null.public static DateOperators.DateOperatorFactory dateOf(AggregationExpression expression)
AggregationExpression.expression - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.