|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Intersection.ST_Intersection |
( |
| ) |
|
|
inlinepackage |
Definition at line 2736 of file HeavyDBSqlOperatorTable.java.
2737 super(
"ST_Intersection",
2738 SqlKind.OTHER_FUNCTION,
2742 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Intersection.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2746 of file HeavyDBSqlOperatorTable.java.
2747 assert opBinding.getOperandCount() == 2;
2748 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2749 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Intersection.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2752 of file HeavyDBSqlOperatorTable.java.
2753 java.util.List<SqlTypeFamily> st_intersection_sig =
2754 new java.util.ArrayList<SqlTypeFamily>();
2755 st_intersection_sig.add(SqlTypeFamily.ANY);
2756 st_intersection_sig.add(SqlTypeFamily.ANY);
2757 return st_intersection_sig;
The documentation for this class was generated from the following file: