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')
SqlPatternConstantMatcherSTARTSWITH('%ABC')SqlPatternStartsWithMatcherENDSWITH('ABC%')SqlPatternEndsWithMatcherCONTAINS('%ABC%')SqlPatternContainsMatcherwe 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