Definition at line 1149 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_EndPoint.ST_EndPoint |
( |
| ) |
|
|
inlinepackage |
Definition at line 1150 of file MapDSqlOperatorTable.java.
1151 super(
"ST_EndPoint",
1152 SqlKind.OTHER_FUNCTION,
1155 OperandTypes.family(SqlTypeFamily.ANY),
1156 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_EndPoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1160 of file MapDSqlOperatorTable.java.
References assert().
1161 assert opBinding.getOperandCount() == 1;
1162 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1163 return typeFactory.createSqlType(SqlTypeName.INTEGER);
int64_t const int32_t sz assert(dest)
The documentation for this class was generated from the following file: