public class HiveSerDe
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
HiveSerDe(scala.Option<String> inputFormat,
scala.Option<String> outputFormat,
scala.Option<String> serde) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(Object that) |
abstract static boolean |
equals(Object that) |
scala.Option<String> |
inputFormat() |
scala.Option<String> |
outputFormat() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
scala.Option<String> |
serde() |
static scala.Option<HiveSerDe> |
sourceToSerDe(String source)
Get the Hive SerDe information from the data source abbreviation string or classname.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HiveSerDe(scala.Option<String> inputFormat, scala.Option<String> outputFormat, scala.Option<String> serde)
public static scala.Option<HiveSerDe> sourceToSerDe(String source)
source
- Currently the source abbreviation can be one of the following:
SequenceFile, RCFile, ORC, PARQUET, and case insensitive.public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public scala.Option<String> inputFormat()
public scala.Option<String> outputFormat()
public scala.Option<String> serde()