|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.ST_DWithin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1496 of file HeavyDBSqlOperatorTable.java.
1498 SqlKind.OTHER_FUNCTION,
1502 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1506 of file HeavyDBSqlOperatorTable.java.
1507 assert opBinding.getOperandCount() == 3;
1508 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1509 return typeFactory.createTypeWithNullability(
1510 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1511 opBinding.getOperandType(0).isNullable()
1512 || opBinding.getOperandType(1).isNullable()
1513 || opBinding.getOperandType(2).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1516 of file HeavyDBSqlOperatorTable.java.
1517 java.util.List<SqlTypeFamily> st_dwithin_sig =
1518 new java.util.ArrayList<SqlTypeFamily>();
1519 st_dwithin_sig.add(SqlTypeFamily.ANY);
1520 st_dwithin_sig.add(SqlTypeFamily.ANY);
1521 st_dwithin_sig.add(SqlTypeFamily.NUMERIC);
1522 return st_dwithin_sig;
The documentation for this class was generated from the following file: