Class FjsMatcher

java.lang.Object
io.trino.likematcher.FjsMatcher
All Implemented Interfaces:
Matcher

public class FjsMatcher extends Object implements Matcher
  • Constructor Details

    • FjsMatcher

      public FjsMatcher(List<io.trino.likematcher.Pattern> pattern, int start, int end, boolean exact)
  • Method Details

    • match

      public boolean match(byte[] input, int offset, int length)
      Specified by:
      match in interface Matcher