Definition at line 1341 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_EndPoint.ST_EndPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 1342 of file MapDSqlOperatorTable.java.
1343 super(
"ST_EndPoint",
1344 SqlKind.OTHER_FUNCTION,
1347 OperandTypes.family(SqlTypeFamily.ANY),
1348 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_EndPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1352 of file MapDSqlOperatorTable.java.
References INTEGER.
1353 assert opBinding.getOperandCount() == 1;
1354 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1355 return typeFactory.createTypeWithNullability(
1357 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: