Definition at line 1957 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.MapDAvg.MapDAvg |
( |
| ) |
|
|
inlinepackage |
Definition at line 1958 of file MapDSqlOperatorTable.java.
1961 SqlKind.OTHER_FUNCTION,
1964 OperandTypes.family(SqlTypeFamily.NUMERIC),
1965 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.MapDAvg.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1969 of file MapDSqlOperatorTable.java.
1970 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1971 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: