|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Approx_Overlaps.ST_Approx_Overlaps |
( |
| ) |
|
|
inlinepackage |
Definition at line 2014 of file HeavyDBSqlOperatorTable.java.
2015 super(
"ST_Approx_Overlaps",
2016 SqlKind.OTHER_FUNCTION,
2020 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Approx_Overlaps.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2024 of file HeavyDBSqlOperatorTable.java.
2025 assert opBinding.getOperandCount() == 2;
2026 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2027 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Approx_Overlaps.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2030 of file HeavyDBSqlOperatorTable.java.
2031 java.util.List<SqlTypeFamily> st_intersect_box_sig =
2032 new java.util.ArrayList<SqlTypeFamily>();
2033 st_intersect_box_sig.add(SqlTypeFamily.ANY);
2034 st_intersect_box_sig.add(SqlTypeFamily.ANY);
2035 return st_intersect_box_sig;
The documentation for this class was generated from the following file: