Definition at line 1221 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Y.ST_Y |
( |
| ) |
|
|
inlinepackage |
Definition at line 1222 of file MapDSqlOperatorTable.java.
1224 SqlKind.OTHER_FUNCTION,
1227 OperandTypes.family(SqlTypeFamily.ANY),
1228 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Y.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1232 of file MapDSqlOperatorTable.java.
References DOUBLE.
1233 assert opBinding.getOperandCount() == 1;
1234 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1235 return typeFactory.createTypeWithNullability(
1237 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: