|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 1799 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Intersection.ST_Intersection |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Intersection.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1810 of file MapDSqlOperatorTable.java.
1811 assert opBinding.getOperandCount() == 2;
1812 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1813 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Intersection.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: