|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Overlaps.ST_Overlaps |
( |
| ) |
|
|
inlinepackage |
Definition at line 1605 of file HeavyDBSqlOperatorTable.java.
1606 super(
"ST_Overlaps",
1607 SqlKind.OTHER_FUNCTION,
1611 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Overlaps.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1615 of file HeavyDBSqlOperatorTable.java.
1616 assert opBinding.getOperandCount() == 2;
1617 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1618 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Overlaps.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1621 of file HeavyDBSqlOperatorTable.java.
1622 java.util.List<SqlTypeFamily> st_overlaps_sig =
1623 new java.util.ArrayList<SqlTypeFamily>();
1624 st_overlaps_sig.add(SqlTypeFamily.ANY);
1625 st_overlaps_sig.add(SqlTypeFamily.ANY);
1626 return st_overlaps_sig;
The documentation for this class was generated from the following file: