OmniSciDB  c1a53651b2
 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 789 of file HeavyDBSqlOperatorTable.java.

Member Function Documentation

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

Definition at line 797 of file HeavyDBSqlOperatorTable.java.

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

797  {
798  return t == 2;
799  }

+ Here is the caller graph for this function:

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

Definition at line 792 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: