org.apache.hadoop.hive.ql.plan
Class PTFDesc.PartitionDef

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.PTFDesc.PartitionDef
Enclosing class:
PTFDesc

public static class PTFDesc.PartitionDef
extends Object


Constructor Summary
PTFDesc.PartitionDef()
           
 
Method Summary
 void addExpression(PTFDesc.PTFExpressionDef e)
           
 ArrayList<PTFDesc.PTFExpressionDef> getExpressions()
           
 void setExpressions(ArrayList<PTFDesc.PTFExpressionDef> expressions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFDesc.PartitionDef

public PTFDesc.PartitionDef()
Method Detail

getExpressions

public ArrayList<PTFDesc.PTFExpressionDef> getExpressions()

setExpressions

public void setExpressions(ArrayList<PTFDesc.PTFExpressionDef> expressions)

addExpression

public void addExpression(PTFDesc.PTFExpressionDef e)


Copyright © 2012 The Apache Software Foundation