|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Within.ST_Within |
( |
| ) |
|
|
inlinepackage |
Definition at line 1686 of file HeavyDBSqlOperatorTable.java.
1688 SqlKind.OTHER_FUNCTION,
1692 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Within.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1696 of file HeavyDBSqlOperatorTable.java.
1697 assert opBinding.getOperandCount() == 2;
1698 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1699 return typeFactory.createTypeWithNullability(
1700 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1701 opBinding.getOperandType(0).isNullable()
1702 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Within.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1705 of file HeavyDBSqlOperatorTable.java.
1706 java.util.List<SqlTypeFamily> st_within_sig =
1707 new java.util.ArrayList<SqlTypeFamily>();
1708 st_within_sig.add(SqlTypeFamily.ANY);
1709 st_within_sig.add(SqlTypeFamily.ANY);
1710 return st_within_sig;
The documentation for this class was generated from the following file: