org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.regex
Class CompiledRegex
java.lang.Object
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.regex.CompiledRegex
- All Implemented Interfaces:
- RegexImpl
public class CompiledRegex
- extends Object
- implements RegexImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledRegex
public CompiledRegex(Pattern rhsPattern)
match
public boolean match(String lhs,
String rhs)
- Specified by:
match
in interface RegexImpl
Copyright © ${year} The Apache Software Foundation