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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ptf.PartitionDef

public class PartitionDef
extends Object


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

Constructor Detail

PartitionDef

public PartitionDef()
Method Detail

getExpressions

public List<PTFExpressionDef> getExpressions()

setExpressions

public void setExpressions(List<PTFExpressionDef> expressions)

addExpression

public void addExpression(PTFExpressionDef e)


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