|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 1090 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Contains.ST_Contains |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Contains.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1101 of file MapDSqlOperatorTable.java.
1102 assert opBinding.getOperandCount() == 2;
1103 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1104 return typeFactory.createTypeWithNullability(
1105 typeFactory.createSqlType(SqlTypeName.BOOLEAN),
1106 opBinding.getOperandType(0).isNullable()
1107 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Contains.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: