|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DFullyWithin.ST_DFullyWithin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1530 of file HeavyDBSqlOperatorTable.java.
1531 super(
"ST_DFullyWithin",
1532 SqlKind.OTHER_FUNCTION,
1536 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DFullyWithin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1540 of file HeavyDBSqlOperatorTable.java.
1541 assert opBinding.getOperandCount() == 3;
1542 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1543 return typeFactory.createTypeWithNullability(
1544 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1545 opBinding.getOperandType(0).isNullable()
1546 || opBinding.getOperandType(1).isNullable()
1547 || opBinding.getOperandType(2).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DFullyWithin.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1550 of file HeavyDBSqlOperatorTable.java.
1551 java.util.List<SqlTypeFamily> st_dwithin_sig =
1552 new java.util.ArrayList<SqlTypeFamily>();
1553 st_dwithin_sig.add(SqlTypeFamily.ANY);
1554 st_dwithin_sig.add(SqlTypeFamily.ANY);
1555 st_dwithin_sig.add(SqlTypeFamily.NUMERIC);
1556 return st_dwithin_sig;
The documentation for this class was generated from the following file: