Package com.google.visualization.datasource.query.scalarfunction

Interface Summary
ScalarFunction A scalar function.
 

Class Summary
Constant A constant function, i.e., a 0-ary function that always returns the same value, given at construction time.
CurrentDateTime A 0-ary function that returns the current datetime.
DateDiff The binary scalar function datediff().
Difference The binary scalar function difference().
Lower A unary scalar function that changes text to lower case.
Modulo The binary scalar function modulo().
Product The binary scalar function product().
Quotient The binary scalar function quotient().
Sum The binary scalar function sum().
TimeComponentExtractor A time component extractor.
ToDate The unary scalar function toDate().
Upper A unary scalar function that changes text to upper case.
 

Enum Summary
TimeComponentExtractor.TimeComponent An enum of time components that can be extracted from a date/datetime/timeofday value.
 



Copyright © 2012 Google. All Rights Reserved.