org.apache.hadoop.hive.ql.io.sarg
Class SearchArgument.Factory
java.lang.Object
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*
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchArgument.Factory
public SearchArgument.Factory()
create
public SearchArgument create(ExprNodeDesc expression)
newBuilder
public SearchArgument.Builder newBuilder()
Copyright © 2012 The Apache Software Foundation