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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.LoadDesc
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LoadFileDesc, LoadTableDesc

public class LoadDesc
extends Object
implements Serializable

LoadDesc.

See Also:
Serialized Form

Constructor Summary
LoadDesc()
           
LoadDesc(org.apache.hadoop.fs.Path sourcePath)
           
 
Method Summary
 org.apache.hadoop.fs.Path getSourcePath()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDesc

public LoadDesc()

LoadDesc

public LoadDesc(org.apache.hadoop.fs.Path sourcePath)
Method Detail

getSourcePath

public org.apache.hadoop.fs.Path getSourcePath()


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