public class HiveFloorDate
extends org.apache.calcite.sql.fun.SqlMonotonicUnaryFunction
| Modifier and Type | Field and Description |
|---|---|
static Set<org.apache.calcite.sql.SqlFunction> |
ALL_FUNCTIONS |
static org.apache.calcite.sql.SqlFunction |
DAY |
static org.apache.calcite.sql.SqlFunction |
HOUR |
static org.apache.calcite.sql.SqlFunction |
MINUTE |
static org.apache.calcite.sql.SqlFunction |
MONTH |
static org.apache.calcite.sql.SqlFunction |
QUARTER |
static org.apache.calcite.sql.SqlFunction |
SECOND |
static org.apache.calcite.sql.SqlFunction |
WEEK |
static org.apache.calcite.sql.SqlFunction |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.sql.validate.SqlMonotonicity |
getMonotonicity(org.apache.calcite.sql.SqlOperatorBinding call) |
deriveType, getFunctionType, getNameAsId, getParamNames, getParamTypes, getSqlIdentifier, getSyntax, isQuantifierAllowed, unparse, validateCall, validateQuantifieracceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getName, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, leftPrec, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, rewriteCall, rightPrec, toString, unparseListClause, unparseListClause, validateOperands, validRexOperandspublic static final org.apache.calcite.sql.SqlFunction YEAR
public static final org.apache.calcite.sql.SqlFunction QUARTER
public static final org.apache.calcite.sql.SqlFunction MONTH
public static final org.apache.calcite.sql.SqlFunction WEEK
public static final org.apache.calcite.sql.SqlFunction DAY
public static final org.apache.calcite.sql.SqlFunction HOUR
public static final org.apache.calcite.sql.SqlFunction MINUTE
public static final org.apache.calcite.sql.SqlFunction SECOND
public static final Set<org.apache.calcite.sql.SqlFunction> ALL_FUNCTIONS
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.