Definition at line 890 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.PgILike.PgILike |
( |
| ) |
|
|
inline |
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.PgILike.getSignatureFamilies |
( |
| ) |
|
|
inlinestaticprivate |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.PgILike.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 923 of file MapDSqlOperatorTable.java.
924 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
925 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
The documentation for this class was generated from the following file: