org.apache.hadoop.hive.ql.io.sarg
Class SearchArgument.Factory

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Factory
Enclosing interface:
SearchArgument

public static class SearchArgument.Factory
extends Object

A factory for creating SearchArguments. Java doesn't allow static methods in interfaces. *DOH*


Constructor Summary
SearchArgument.Factory()
           
 
Method Summary
 SearchArgument create(ExprNodeGenericFuncDesc expression)
           
 SearchArgument create(String kryo)
           
 SearchArgument.Builder newBuilder()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchArgument.Factory

public SearchArgument.Factory()
Method Detail

create

public SearchArgument create(ExprNodeGenericFuncDesc expression)

newBuilder

public SearchArgument.Builder newBuilder()

create

public SearchArgument create(String kryo)


Copyright © 2014 The Apache Software Foundation. All rights reserved.