Definition at line 1410 of file MapDSqlOperatorTable.java.
◆ ST_X()
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_X.ST_X |
( |
| ) |
|
|
inlinepackage |
Definition at line 1411 of file MapDSqlOperatorTable.java.
1413 SqlKind.OTHER_FUNCTION,
1416 OperandTypes.family(SqlTypeFamily.ANY),
1417 SqlFunctionCategory.SYSTEM);
◆ inferReturnType()
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_X.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1421 of file MapDSqlOperatorTable.java.
1422 assert opBinding.getOperandCount() == 1;
1423 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1424 return typeFactory.createTypeWithNullability(
1425 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1426 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: