| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector.expressions |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFilterStringColLikeStringScalar.BeginChecker
Matches the beginning of each string to a pattern.
|
protected static class |
AbstractFilterStringColLikeStringScalar.ComplexChecker
Matches each string to a pattern with Java regular expression package.
|
protected static class |
AbstractFilterStringColLikeStringScalar.EndChecker
Matches the ending of each string to its pattern.
|
protected static class |
AbstractFilterStringColLikeStringScalar.MiddleChecker
Matches the middle of each string to its pattern.
|
protected static class |
AbstractFilterStringColLikeStringScalar.NoneChecker
Matches the whole string to its pattern.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFilterStringColLikeStringScalar.Checker |
AbstractFilterStringColLikeStringScalar.CheckerFactory.tryCreate(String pattern)
If the given pattern is acceptable for its checker class, it creates and returns a checker.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.