public interface DateValue extends DateValueStream, LongValue
 The back-end production of the value can change inbetween calls to getDate() and AnalyticsValue.exists(),
 resulting in different values on each call.
 
 NOTE: Most date expressions work with the long representation of the date, so that less
 objects need to be created during execution.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | DateValue.AbstractDateValueAn abstract base for  DateValue.CastingDateValuethat automatically casts to all types ifLongValue.getLong()andAnalyticsValue.exists()are implemented. | 
| static interface  | DateValue.CastingDateValueAn interface that represents all of the types a  DateValueshould be able to cast to. | 
DateValueStream.AbstractDateValueStream, DateValueStream.CastingDateValueStreamLongValue.AbstractLongValue, LongValue.CastingLongValueLongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamAnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
| Date | getDate()Get the date representation of the current value. | 
streamDatesstreamLongsexists, getObjectconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsDate getDate()
 NOTE: The value returned is not valid unless calling AnalyticsValue.exists() afterwards returns TRUE.
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.