com.mapd.calcite.parser.HeavyDBSqlOperatorTable.CountIf.CountIf |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.CountIf.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3031 of file HeavyDBSqlOperatorTable.java.
3032 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3033 return typeFactory.createTypeWithNullability(
3034 typeFactory.createSqlType(SqlTypeName.BIGINT),
false);
The documentation for this class was generated from the following file: