| Package | Description |
|---|---|
| org.apache.drill.exec.expr.fn.impl |
| Class and Description |
|---|
| AbstractSqlPatternMatcher
To get good performance for most commonly used pattern matches
CONSTANT('ABC')
SqlPatternConstantMatcher
STARTSWITH('%ABC') SqlPatternStartsWithMatcher
ENDSWITH('ABC%') SqlPatternEndsWithMatcher
CONTAINS('%ABC%') SqlPatternContainsMatcher
we have simple pattern matchers. |
| DrillHash
The base class of hash classes used in Drill.
|
| RegexpUtil.SqlPatternInfo |
| RegexpUtil.SqlPatternType |
| SqlPatternMatcher |
| ValueVectorHashHelper.Hash64 |
Copyright © 2022 The Apache Software Foundation. All rights reserved.