com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_StartPoint.ST_StartPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 2241 of file HeavyDBSqlOperatorTable.java.
2242 super(
"ST_StartPoint",
2243 SqlKind.OTHER_FUNCTION,
2246 OperandTypes.family(SqlTypeFamily.ANY),
2247 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_StartPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2251 of file HeavyDBSqlOperatorTable.java.
2252 assert opBinding.getOperandCount() == 1;
2253 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2254 return typeFactory.createTypeWithNullability(
2255 typeFactory.createSqlType(SqlTypeName.INTEGER),
2256 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: