|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 884 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Intersects.ST_Intersects |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Intersects.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 895 of file MapDSqlOperatorTable.java.
References BOOLEAN.
896 assert opBinding.getOperandCount() == 2;
897 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
898 return typeFactory.createTypeWithNullability(
900 opBinding.getOperandType(0).isNullable()
901 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Intersects.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: