com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_StartPoint.ST_StartPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 2053 of file HeavyDBSqlOperatorTable.java.
2054 super(
"ST_StartPoint",
2055 SqlKind.OTHER_FUNCTION,
2058 OperandTypes.family(SqlTypeFamily.ANY),
2059 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_StartPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2063 of file HeavyDBSqlOperatorTable.java.
2064 assert opBinding.getOperandCount() == 1;
2065 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2066 return typeFactory.createTypeWithNullability(
2067 typeFactory.createSqlType(SqlTypeName.INTEGER),
2068 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: