|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 757 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Contains.ST_Contains |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Contains.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 768 of file MapDSqlOperatorTable.java.
References assert().
769 assert opBinding.getOperandCount() == 2;
770 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
771 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
int64_t const int32_t sz assert(dest)
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Contains.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: