OmniSciDB  a5dc49c757
 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 984 of file HeavyDBSqlOperatorTable.java.

Member Function Documentation

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

Definition at line 992 of file HeavyDBSqlOperatorTable.java.

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

992  {
993  return t == 2;
994  }

+ Here is the caller graph for this function:

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

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