public class DateTimeFunction extends Object
| 构造器和说明 |
|---|
DateTimeFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.time.LocalDate |
currentDate() |
static java.time.LocalTime |
currentTime() |
static java.time.LocalDateTime |
currentTimestamp() |
static Object |
dateadd(List<Object> args) |
static Long |
datediff(List<Object> args) |
static java.time.LocalDateTime |
dateTrunc(List<Object> args) |
static String |
dayname(List<Object> args) |
static Integer |
dayOfMonth(List<Object> args) |
static Integer |
dayOfWeek(List<Object> args) |
static Integer |
dayOfYear(List<Object> args) |
static Integer |
extract(List<Object> args) |
static String |
formatdatetime(List<Object> args) |
static Integer |
hour(List<Object> args) |
static Integer |
minute(List<Object> args) |
static Integer |
month(List<Object> args) |
static String |
monthname(List<Object> args) |
static java.time.temporal.Temporal |
parsedatetime(List<Object> args) |
static Integer |
quarter(List<Object> args) |
static Integer |
second(List<Object> args) |
static Integer |
week(List<Object> args) |
static Integer |
year(List<Object> args) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.