OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgILike.EscapeOptional Class Reference
+ Inheritance diagram for com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgILike.EscapeOptional:
+ Collaboration diagram for com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgILike.EscapeOptional:

Public Member Functions

boolean test (Integer t)
 
boolean apply (Integer t)
 

Detailed Description

Definition at line 979 of file HeavyDBSqlOperatorTable.java.

Member Function Documentation

boolean com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgILike.EscapeOptional.apply ( Integer  t)
inline

Definition at line 987 of file HeavyDBSqlOperatorTable.java.

Referenced by com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgILike.EscapeOptional.test().

987  {
988  return t == 2;
989  }

+ Here is the caller graph for this function:

boolean com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgILike.EscapeOptional.test ( Integer  t)
inline

Definition at line 982 of file HeavyDBSqlOperatorTable.java.

References com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgILike.EscapeOptional.apply().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: