com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_EndPoint.ST_EndPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 2416 of file HeavyDBSqlOperatorTable.java.
2417 super(
"ST_EndPoint",
2418 SqlKind.OTHER_FUNCTION,
2421 OperandTypes.family(SqlTypeFamily.ANY),
2422 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_EndPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2426 of file HeavyDBSqlOperatorTable.java.
2427 assert opBinding.getOperandCount() == 1;
2428 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2429 return typeFactory.createTypeWithNullability(
2430 typeFactory.createSqlType(SqlTypeName.INTEGER),
2431 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: