|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 965 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Disjoint.ST_Disjoint |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Disjoint.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 976 of file MapDSqlOperatorTable.java.
References BOOLEAN.
977 assert opBinding.getOperandCount() == 2;
978 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
979 return typeFactory.createTypeWithNullability(
981 opBinding.getOperandType(0).isNullable()
982 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Disjoint.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: