|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Within.ST_Within |
( |
| ) |
|
|
inlinepackage |
Definition at line 1874 of file HeavyDBSqlOperatorTable.java.
1876 SqlKind.OTHER_FUNCTION,
1880 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Within.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1884 of file HeavyDBSqlOperatorTable.java.
1885 assert opBinding.getOperandCount() == 2;
1886 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1887 return typeFactory.createTypeWithNullability(
1888 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1889 opBinding.getOperandType(0).isNullable()
1890 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Within.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1893 of file HeavyDBSqlOperatorTable.java.
1894 java.util.List<SqlTypeFamily> st_within_sig =
1895 new java.util.ArrayList<SqlTypeFamily>();
1896 st_within_sig.add(SqlTypeFamily.ANY);
1897 st_within_sig.add(SqlTypeFamily.ANY);
1898 return st_within_sig;
The documentation for this class was generated from the following file: