SerDeInfo

class SerDeInfo

Information about a serialization/deserialization program (SerDe) that serves as an extractor and loader.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

Name of the SerDe.

Link copied to clipboard

These key-value pairs define initialization parameters for the SerDe.

Link copied to clipboard

Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

Functions

Link copied to clipboard
inline fun copy(block: SerDeInfo.Builder.() -> Unit = {}): SerDeInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String