com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMax.ST_YMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 1993 of file HeavyDBSqlOperatorTable.java.
1995 SqlKind.OTHER_FUNCTION,
1998 OperandTypes.family(SqlTypeFamily.ANY),
1999 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2003 of file HeavyDBSqlOperatorTable.java.
2004 assert opBinding.getOperandCount() == 1;
2005 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2006 return typeFactory.createTypeWithNullability(
2007 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2008 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: