public class HiveParserExtractDate
extends org.apache.calcite.sql.SqlFunction
Modifier and Type | Field and Description |
---|---|
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 |
deriveType, getFunctionType, getNameAsId, getParamNames, getParamTypes, getSqlIdentifier, getSyntax, isQuantifierAllowed, unparse, validateCall, validateQuantifier
acceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getMonotonicity, getName, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, getStrongPolicyInference, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, isSymmetrical, leftPrec, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, rewriteCall, rightPrec, toString, unparseListClause, unparseListClause, validateOperands, validRexOperands
public 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
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.