|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IntersectsBox.ST_IntersectsBox |
( |
| ) |
|
|
inlinepackage |
Definition at line 1988 of file HeavyDBSqlOperatorTable.java.
1989 super(
"ST_IntersectsBox",
1990 SqlKind.OTHER_FUNCTION,
1994 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IntersectsBox.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1998 of file HeavyDBSqlOperatorTable.java.
1999 assert opBinding.getOperandCount() == 2;
2000 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2001 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IntersectsBox.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2004 of file HeavyDBSqlOperatorTable.java.
2005 java.util.List<SqlTypeFamily> st_intersect_box_sig =
2006 new java.util.ArrayList<SqlTypeFamily>();
2007 st_intersect_box_sig.add(SqlTypeFamily.ANY);
2008 st_intersect_box_sig.add(SqlTypeFamily.ANY);
2009 return st_intersect_box_sig;
The documentation for this class was generated from the following file: