|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 1054 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_DFullyWithin.ST_DFullyWithin |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_DFullyWithin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1065 of file MapDSqlOperatorTable.java.
References BOOLEAN.
1066 assert opBinding.getOperandCount() == 3;
1067 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1068 return typeFactory.createTypeWithNullability(
1070 opBinding.getOperandType(0).isNullable()
1071 || opBinding.getOperandType(1).isNullable()
1072 || opBinding.getOperandType(2).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_DFullyWithin.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: