Definition at line 1550 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_EndPoint.ST_EndPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 1551 of file MapDSqlOperatorTable.java.
1552 super(
"ST_EndPoint",
1553 SqlKind.OTHER_FUNCTION,
1556 OperandTypes.family(SqlTypeFamily.ANY),
1557 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_EndPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1561 of file MapDSqlOperatorTable.java.
1562 assert opBinding.getOperandCount() == 1;
1563 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1564 return typeFactory.createTypeWithNullability(
1565 typeFactory.createSqlType(SqlTypeName.INTEGER),
1566 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: