com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.ApproxQuantile |
( |
| ) |
|
|
inlinepackage |
Definition at line 2541 of file HeavyDBSqlOperatorTable.java.
2542 super(
"APPROX_QUANTILE",
2543 SqlKind.OTHER_FUNCTION,
2546 OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2547 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2551 of file HeavyDBSqlOperatorTable.java.
2552 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2553 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: