org.apache.hadoop.hive.ql.plan
Class ListSinkDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
      extended by org.apache.hadoop.hive.ql.plan.ListSinkDesc
All Implemented Interfaces:
Serializable, Cloneable, OperatorDesc

public class ListSinkDesc
extends AbstractOperatorDesc

description for ListSinkOperator, just for explain result.

See Also:
Serialized Form

Constructor Summary
ListSinkDesc()
           
ListSinkDesc(String serializationNullFormat)
           
 
Method Summary
 String getSerializationNullFormat()
           
 void setSerializationNullFormat(String serializationNullFormat)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
clone, getOpTraits, getStatistics, setOpTraits, setStatistics, setVectorMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSinkDesc

public ListSinkDesc()

ListSinkDesc

public ListSinkDesc(String serializationNullFormat)
Method Detail

getSerializationNullFormat

public String getSerializationNullFormat()

setSerializationNullFormat

public void setSerializationNullFormat(String serializationNullFormat)


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