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

Public Member Functions

 RegexpMatch ()
 
- Public Member Functions inherited from com.mapd.calcite.parser.HeavyDBSqlOperatorTable.RegexpSubstr
 RegexpSubstr ()
 
 RegexpSubstr (final String alias)
 
SqlCall createCall (@Nullable SqlLiteral functionQualifier, SqlParserPos pos,@Nullable SqlNode...operands)
 
RelDataType inferReturnType (SqlOperatorBinding opBinding)
 

Detailed Description

Definition at line 1439 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

com.mapd.calcite.parser.HeavyDBSqlOperatorTable.RegexpMatch.RegexpMatch ( )
inline

Definition at line 1440 of file HeavyDBSqlOperatorTable.java.

1440  {
1441  super("REGEXP_MATCH");
1442  }

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