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

Public Member Functions

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

Detailed Description

Definition at line 828 of file HeavyDBSqlOperatorTable.java.

Member Function Documentation

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

Definition at line 835 of file HeavyDBSqlOperatorTable.java.

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

835  {
836  return t == 2;
837  }

+ Here is the caller graph for this function:

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

Definition at line 831 of file HeavyDBSqlOperatorTable.java.

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

+ Here is the call graph for this function:


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