|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 1232 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_DWithin.ST_DWithin |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_DWithin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1243 of file MapDSqlOperatorTable.java.
1244 assert opBinding.getOperandCount() == 3;
1245 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1246 return typeFactory.createTypeWithNullability(
1247 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1248 opBinding.getOperandType(0).isNullable()
1249 || opBinding.getOperandType(1).isNullable()
1250 || opBinding.getOperandType(2).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_DWithin.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: