com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxCountDistinct.ApproxCountDistinct |
( |
| ) |
|
|
inlinepackage |
Definition at line 2868 of file HeavyDBSqlOperatorTable.java.
2869 super(
"APPROX_COUNT_DISTINCT",
2871 SqlKind.OTHER_FUNCTION,
2874 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
2875 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
2876 SqlFunctionCategory.SYSTEM,
2879 Optionality.FORBIDDEN);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxCountDistinct.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2883 of file HeavyDBSqlOperatorTable.java.
2884 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2885 return typeFactory.createSqlType(SqlTypeName.BIGINT);
The documentation for this class was generated from the following file: