static Expression |
DateFunctions.dateAddMillis(Expression expression,
int n,
DateFunctions.DatePart part) |
Returned expression performs Date arithmetic, and returns result of computation.
|
static Expression |
DateFunctions.dateAddMillis(String expression,
int n,
DateFunctions.DatePart part) |
Returned expression performs Date arithmetic, and returns result of computation.
|
static Expression |
DateFunctions.dateAddStr(Expression expression,
int n,
DateFunctions.DatePart part) |
Returned expression results in Performs Date arithmetic.
|
static Expression |
DateFunctions.dateAddStr(String expression,
int n,
DateFunctions.DatePart part) |
Returned expression results in Performs Date arithmetic.
|
static Expression |
DateFunctions.dateDiffMillis(Expression expression1,
Expression expression2,
DateFunctions.DatePart part) |
Returned expression results in Date arithmetic.
|
static Expression |
DateFunctions.dateDiffMillis(String expression1,
String expression2,
DateFunctions.DatePart part) |
Returned expression results in Date arithmetic.
|
static Expression |
DateFunctions.dateDiffStr(Expression expression1,
Expression expression2,
DateFunctions.DatePart part) |
Returned expression results in Performs Date arithmetic.
|
static Expression |
DateFunctions.dateDiffStr(String expression1,
String expression2,
DateFunctions.DatePart part) |
Returned expression results in Performs Date arithmetic.
|
static Expression |
DateFunctions.dateTruncMillis(Expression expression,
DateFunctions.DatePart part) |
Returned expression results in UNIX timestamp that has been truncated so that the given date part
is the least significant.
|
static Expression |
DateFunctions.dateTruncMillis(String expression,
DateFunctions.DatePart part) |
Returned expression results in UNIX timestamp that has been truncated so that the given date part
is the least significant.
|
static Expression |
DateFunctions.dateTruncStr(Expression expression,
DateFunctions.DatePart part) |
Returned expression results in ISO 8601 timestamp that has been truncated
so that the given date part is the least significant.
|
static Expression |
DateFunctions.dateTruncStr(String expression,
DateFunctions.DatePart part) |
Returned expression results in ISO 8601 timestamp that has been truncated
so that the given date part is the least significant.
|