Uses of Package
org.apache.drill.exec.expr.fn.impl
Packages that use org.apache.drill.exec.expr.fn.impl
-
Classes in org.apache.drill.exec.expr.fn.impl used by org.apache.drill.exec.expr.fn.implClassDescriptionTo 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.The base class of hash classes used in Drill. -
Classes in org.apache.drill.exec.expr.fn.impl used by org.apache.drill.exec.physical.impl.join