OmniSciDB  72c90bc290
 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 1018 of file HeavyDBSqlOperatorTable.java.

Member Function Documentation

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

Definition at line 1025 of file HeavyDBSqlOperatorTable.java.

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

1025  {
1026  return t == 2;
1027  }

+ Here is the caller graph for this function:

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

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