MCPcopy Create free account
hub / github.com/apache/impala / matches

Method matches

fe/src/test/java/org/apache/impala/testutil/TestUtils.java:189–193  ·  view source on GitHub ↗
(String input)

Source from the content-addressed store, hash-verified

187 Pattern.compile(fsSchemes + " partitions=\\d+/\\d+ files=\\d+ size=");
188
189 @Override
190 public boolean matches(String input) {
191 return scanNodeInputMetadata.matcher(input).find()
192 || scanNodeFsScheme.matcher(input).find();
193 }
194
195 @Override
196 public String transform(String input) {

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected