com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.ApproxQuantile |
( |
| ) |
|
|
inlinepackage |
Definition at line 2729 of file HeavyDBSqlOperatorTable.java.
2730 super(
"APPROX_QUANTILE",
2731 SqlKind.OTHER_FUNCTION,
2734 OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2735 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2739 of file HeavyDBSqlOperatorTable.java.
2740 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2741 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: