com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxCountDistinct.ApproxCountDistinct |
( |
| ) |
|
|
inlinepackage |
Definition at line 2673 of file HeavyDBSqlOperatorTable.java.
2674 super(
"APPROX_COUNT_DISTINCT",
2676 SqlKind.OTHER_FUNCTION,
2679 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
2680 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
2681 SqlFunctionCategory.SYSTEM,
2684 Optionality.FORBIDDEN);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxCountDistinct.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2688 of file HeavyDBSqlOperatorTable.java.
2689 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2690 return typeFactory.createSqlType(SqlTypeName.BIGINT);
The documentation for this class was generated from the following file: