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