Definition at line 1430 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Y.ST_Y |
( |
| ) |
|
|
inlinepackage |
Definition at line 1431 of file MapDSqlOperatorTable.java.
1433 SqlKind.OTHER_FUNCTION,
1436 OperandTypes.family(SqlTypeFamily.ANY),
1437 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Y.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1441 of file MapDSqlOperatorTable.java.
1442 assert opBinding.getOperandCount() == 1;
1443 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1444 return typeFactory.createTypeWithNullability(
1445 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1446 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: