org.apache.hadoop.hive.ql.udf.ptf
Class MatchPath.ResultExprInfo
java.lang.Object
org.apache.hadoop.hive.ql.udf.ptf.MatchPath.ResultExprInfo
- Enclosing class:
- MatchPath
public static class MatchPath.ResultExprInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchPath.ResultExprInfo
public MatchPath.ResultExprInfo()
getResultExprNames
public ArrayList<String> getResultExprNames()
setResultExprNames
public void setResultExprNames(ArrayList<String> resultExprNames)
getResultExprNodes
public ArrayList<ExprNodeDesc> getResultExprNodes()
setResultExprNodes
public void setResultExprNodes(ArrayList<ExprNodeDesc> resultExprNodes)
Copyright © 2012 The Apache Software Foundation