Class | Description |
---|---|
CollectionAverageFunction | |
CollectionCountFunction | |
ConcatFunction | |
DateFormatFunction | |
DateTruncFunction | |
DoubleScalar |
Scalar implementation that wraps another function: f(double) -> double
null values will result in null as output |
ExtractFunctions | |
FormatFunction | |
ScalarFunctionModule | |
SubscriptFunction | |
SubscriptObjectFunction | |
SubstrFunction | |
TimestampFormatter |
Formatting DateTime instances using the MySQL date_format format:
http://dev.mysql.com/doc/refman/5.6/en/date-and-time-functions.html#function_date-format
|
TimeZoneParser |
parses timezone strings to DateTimeZone instances
|
UnaryScalar<R,T> |
Scalar implementation that wraps another function: f(T) -> R
null values will result in null as output |