com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_StartPoint.ST_StartPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 1837 of file HeavyDBSqlOperatorTable.java.
1838 super(
"ST_StartPoint",
1839 SqlKind.OTHER_FUNCTION,
1842 OperandTypes.family(SqlTypeFamily.ANY),
1843 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_StartPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1847 of file HeavyDBSqlOperatorTable.java.
1848 assert opBinding.getOperandCount() == 1;
1849 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1850 return typeFactory.createTypeWithNullability(
1851 typeFactory.createSqlType(SqlTypeName.INTEGER),
1852 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: