com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxCountDistinct.ApproxCountDistinct |
( |
| ) |
|
|
inlinepackage |
Definition at line 2485 of file HeavyDBSqlOperatorTable.java.
2486 super(
"APPROX_COUNT_DISTINCT",
2488 SqlKind.OTHER_FUNCTION,
2491 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
2492 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
2493 SqlFunctionCategory.SYSTEM,
2496 Optionality.FORBIDDEN);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxCountDistinct.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2500 of file HeavyDBSqlOperatorTable.java.
2501 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2502 return typeFactory.createSqlType(SqlTypeName.BIGINT);
The documentation for this class was generated from the following file: