Class SqlAtTimeZone
- java.lang.Object
-
- org.apache.calcite.sql.SqlOperator
-
- org.apache.calcite.sql.SqlSpecialOperator
-
- org.apache.pinot.sql.parsers.parser.SqlAtTimeZone
-
public class SqlAtTimeZone extends org.apache.calcite.sql.SqlSpecialOperator
-
-
Field Summary
Fields Modifier and Type Field Description static SqlAtTimeZoneINSTANCE
-
Method Summary
Modifier and Type Method Description org.apache.calcite.sql.SqlSpecialOperator.ReduceResultreduceExpr(int ordinal, org.apache.calcite.sql.SqlSpecialOperator.TokenSequence list)-
Methods inherited from class org.apache.calcite.sql.SqlOperator
acceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, createCall, createCall, createCall, deriveType, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getMonotonicity, getName, getNameAsId, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, getStrongPolicyInference, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, isSymmetrical, leftPrec, not, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, reverse, rewriteCall, rightPrec, toString, unparse, unparseListClause, unparseListClause, validateCall, validateOperands, validRexOperands
-
-
-
-
Field Detail
-
INSTANCE
public static final SqlAtTimeZone INSTANCE
-
-