| Package | Description |
|---|---|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlDatePartFunction |
SqlStdOperatorTable.DAYOFMONTH
The SQL
DAYOFMONTH operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.DAYOFWEEK
The SQL
DAYOFWEEK operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.DAYOFYEAR
The SQL
DAYOFYEAR operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.HOUR
The SQL
HOUR operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.MINUTE
The SQL
MINUTE operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.MONTH
The SQL
MONTH operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.QUARTER
The SQL
QUARTER operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.SECOND
The SQL
SECOND operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.WEEK
The SQL
WEEK operator. |
static SqlDatePartFunction |
SqlStdOperatorTable.YEAR
The SQL
YEAR operator. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.