com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_PointN.ST_PointN |
( |
| ) |
|
|
inlinepackage |
Definition at line 1794 of file HeavyDBSqlOperatorTable.java.
1796 SqlKind.OTHER_FUNCTION,
1799 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
1800 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_PointN.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1804 of file HeavyDBSqlOperatorTable.java.
1805 assert opBinding.getOperandCount() == 1;
1806 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1807 return typeFactory.createTypeWithNullability(
1808 typeFactory.createSqlType(SqlTypeName.INTEGER),
1809 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: