public class HourOfDayFunction extends FunctionNode
GroupingExpression
. It evaluates to a long that
equals the hour of day (0-23) of the result of the argument.Constructor and Description |
---|
HourOfDayFunction(GroupingExpression exp)
Constructs a new instance of this class.
|
asList, asList, asList, getArg, getNumArgs, iterator, resolveLevel, visit
asImage, asString, getLevel, setLabel
getLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public HourOfDayFunction(GroupingExpression exp)
exp
- The expression to evaluate, must evaluate to a long.Copyright © 2017. All rights reserved.