public class DrillSqlOperator
extends org.apache.calcite.sql.SqlFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
DrillSqlOperator.DrillSqlOperatorBuilder |
| Modifier | Constructor and Description |
|---|---|
|
DrillSqlOperator(String name,
int argCount,
boolean isDeterministic,
boolean isNiladic)
Deprecated.
|
|
DrillSqlOperator(String name,
int argCount,
boolean isDeterministic,
org.apache.calcite.rel.type.RelDataType type,
boolean isNiladic)
Deprecated.
|
|
DrillSqlOperator(String name,
int argCount,
boolean isDeterministic,
org.apache.calcite.sql.type.SqlReturnTypeInference sqlReturnTypeInference,
boolean isNiladic)
Deprecated.
|
protected |
DrillSqlOperator(String name,
List<DrillFuncHolder> functions,
org.apache.calcite.sql.type.SqlOperandTypeChecker operandTypeChecker,
boolean isDeterministic,
org.apache.calcite.sql.type.SqlReturnTypeInference sqlReturnTypeInference,
boolean isNiladic) |
| Modifier and Type | Method and Description |
|---|---|
List<DrillFuncHolder> |
getFunctions() |
org.apache.calcite.sql.SqlSyntax |
getSyntax() |
boolean |
isDeterministic() |
boolean |
isNiladic() |
deriveType, getFunctionType, getNameAsId, getParamNames, getParamTypes, getSqlIdentifier, isQuantifierAllowed, unparse, validateCall, validateQuantifieracceptCall, 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, hashCode, inferReturnType, inferReturnType, isAggregator, isDynamicFunction, isGroup, isGroupAuxiliary, isName, leftPrec, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, rewriteCall, rightPrec, toString, unparseListClause, unparseListClause, validateOperands, validRexOperands@Deprecated public DrillSqlOperator(String name, int argCount, boolean isDeterministic, boolean isNiladic)
@Deprecated public DrillSqlOperator(String name, int argCount, boolean isDeterministic, org.apache.calcite.sql.type.SqlReturnTypeInference sqlReturnTypeInference, boolean isNiladic)
@Deprecated public DrillSqlOperator(String name, int argCount, boolean isDeterministic, org.apache.calcite.rel.type.RelDataType type, boolean isNiladic)
protected DrillSqlOperator(String name, List<DrillFuncHolder> functions, org.apache.calcite.sql.type.SqlOperandTypeChecker operandTypeChecker, boolean isDeterministic, org.apache.calcite.sql.type.SqlReturnTypeInference sqlReturnTypeInference, boolean isNiladic)
public boolean isDeterministic()
isDeterministic in class org.apache.calcite.sql.SqlOperatorpublic boolean isNiladic()
public List<DrillFuncHolder> getFunctions()
public org.apache.calcite.sql.SqlSyntax getSyntax()
getSyntax in class org.apache.calcite.sql.SqlFunctionCopyright © 2021 The Apache Software Foundation. All rights reserved.