The FunctionMatcher class contains a set of matchers that can be used to pattern match specific functions.
More...
The FunctionMatcher class contains a set of matchers that can be used to pattern match specific functions.
◆ ~FunctionMatcher()
| virtual duckdb::FunctionMatcher::~FunctionMatcher |
( |
| ) |
|
|
inlinevirtual |
◆ Match()
69327 {
69328 if (!matcher) {
69329 return true;
69330 }
69331 return matcher->Match(name);
69332 }
The documentation for this class was generated from the following file:
- external/duckdb/duckdb.cpp