|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IntersectsBox.ST_IntersectsBox |
( |
| ) |
|
|
inlinepackage |
Definition at line 1793 of file HeavyDBSqlOperatorTable.java.
1794 super(
"ST_IntersectsBox",
1795 SqlKind.OTHER_FUNCTION,
1799 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IntersectsBox.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1803 of file HeavyDBSqlOperatorTable.java.
1804 assert opBinding.getOperandCount() == 2;
1805 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1806 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IntersectsBox.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1809 of file HeavyDBSqlOperatorTable.java.
1810 java.util.List<SqlTypeFamily> st_intersect_box_sig =
1811 new java.util.ArrayList<SqlTypeFamily>();
1812 st_intersect_box_sig.add(SqlTypeFamily.ANY);
1813 st_intersect_box_sig.add(SqlTypeFamily.ANY);
1814 return st_intersect_box_sig;
The documentation for this class was generated from the following file: