Definition at line 1530 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_PointN.ST_PointN |
( |
| ) |
|
|
inlinepackage |
Definition at line 1531 of file MapDSqlOperatorTable.java.
1533 SqlKind.OTHER_FUNCTION,
1536 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
1537 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_PointN.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1541 of file MapDSqlOperatorTable.java.
1542 assert opBinding.getOperandCount() == 1;
1543 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1544 return typeFactory.createTypeWithNullability(
1545 typeFactory.createSqlType(SqlTypeName.INTEGER),
1546 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: