|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.ST_DWithin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1903 of file HeavyDBSqlOperatorTable.java.
1905 SqlKind.OTHER_FUNCTION,
1909 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1913 of file HeavyDBSqlOperatorTable.java.
1914 assert opBinding.getOperandCount() == 3;
1915 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1916 return typeFactory.createTypeWithNullability(
1917 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1918 opBinding.getOperandType(0).isNullable()
1919 || opBinding.getOperandType(1).isNullable()
1920 || opBinding.getOperandType(2).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_DWithin.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1923 of file HeavyDBSqlOperatorTable.java.
1924 java.util.List<SqlTypeFamily> st_dwithin_sig =
1925 new java.util.ArrayList<SqlTypeFamily>();
1926 st_dwithin_sig.add(SqlTypeFamily.ANY);
1927 st_dwithin_sig.add(SqlTypeFamily.ANY);
1928 st_dwithin_sig.add(SqlTypeFamily.NUMERIC);
1929 return st_dwithin_sig;
The documentation for this class was generated from the following file: