|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 939 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Approx_Overlaps.ST_Approx_Overlaps |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Approx_Overlaps.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 950 of file MapDSqlOperatorTable.java.
951 assert opBinding.getOperandCount() == 2;
952 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
953 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Approx_Overlaps.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: