|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DFullyWithin.ST_DFullyWithin |
( |
| ) |
|
|
inlinepackage |
Definition at line 2129 of file HeavyDBSqlOperatorTable.java.
2130 super(
"ST_DFullyWithin",
2131 SqlKind.OTHER_FUNCTION,
2135 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DFullyWithin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2139 of file HeavyDBSqlOperatorTable.java.
2140 assert opBinding.getOperandCount() == 3;
2141 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2142 return typeFactory.createTypeWithNullability(
2143 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
2144 opBinding.getOperandType(0).isNullable()
2145 || opBinding.getOperandType(1).isNullable()
2146 || opBinding.getOperandType(2).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DFullyWithin.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2149 of file HeavyDBSqlOperatorTable.java.
2150 java.util.List<SqlTypeFamily> st_dwithin_sig =
2151 new java.util.ArrayList<SqlTypeFamily>();
2152 st_dwithin_sig.add(SqlTypeFamily.ANY);
2153 st_dwithin_sig.add(SqlTypeFamily.ANY);
2154 st_dwithin_sig.add(SqlTypeFamily.NUMERIC);
2155 return st_dwithin_sig;
The documentation for this class was generated from the following file: