|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.ST_DWithin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1715 of file HeavyDBSqlOperatorTable.java.
1717 SqlKind.OTHER_FUNCTION,
1721 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1725 of file HeavyDBSqlOperatorTable.java.
1726 assert opBinding.getOperandCount() == 3;
1727 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1728 return typeFactory.createTypeWithNullability(
1729 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1730 opBinding.getOperandType(0).isNullable()
1731 || opBinding.getOperandType(1).isNullable()
1732 || opBinding.getOperandType(2).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1735 of file HeavyDBSqlOperatorTable.java.
1736 java.util.List<SqlTypeFamily> st_dwithin_sig =
1737 new java.util.ArrayList<SqlTypeFamily>();
1738 st_dwithin_sig.add(SqlTypeFamily.ANY);
1739 st_dwithin_sig.add(SqlTypeFamily.ANY);
1740 st_dwithin_sig.add(SqlTypeFamily.NUMERIC);
1741 return st_dwithin_sig;
The documentation for this class was generated from the following file: