Uses of Interface
org.apache.hadoop.hive.ql.exec.UDFMethodResolver

Packages that use UDFMethodResolver
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of UDFMethodResolver in org.apache.hadoop.hive.ql.exec
 

Classes in org.apache.hadoop.hive.ql.exec that implement UDFMethodResolver
 class ComparisonOpMethodResolver
          The class implements the method resolution for operators like (> < <= >= = <>).
 class DefaultUDFMethodResolver
          The default UDF Method resolver.
 class NumericOpMethodResolver
          The class implements the method resolution for operators like (+, -, *, %).
 

Methods in org.apache.hadoop.hive.ql.exec that return UDFMethodResolver
 UDFMethodResolver UDF.getResolver()
          Get the method resolver.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type UDFMethodResolver
 void UDF.setResolver(UDFMethodResolver rslv)
          Sets the resolver.
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type UDFMethodResolver
UDF(UDFMethodResolver rslv)
          The constructor with user-provided UDFMethodResolver.
 



Copyright © 2012 The Apache Software Foundation