Definition at line 1361 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_StartPoint.ST_StartPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 1362 of file MapDSqlOperatorTable.java.
1363 super(
"ST_StartPoint",
1364 SqlKind.OTHER_FUNCTION,
1367 OperandTypes.family(SqlTypeFamily.ANY),
1368 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_StartPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1372 of file MapDSqlOperatorTable.java.
References INTEGER.
1373 assert opBinding.getOperandCount() == 1;
1374 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1375 return typeFactory.createTypeWithNullability(
1377 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: