Interface SerDeInfo.Builder

    • Method Detail

      • name

        SerDeInfo.Builder name​(String name)

        Name of the SerDe.

        Parameters:
        name - Name of the SerDe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serializationLibrary

        SerDeInfo.Builder serializationLibrary​(String serializationLibrary)

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

        Parameters:
        serializationLibrary - Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        SerDeInfo.Builder parameters​(Map<String,​String> parameters)

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

        Parameters:
        parameters - These key-value pairs define initialization parameters for the SerDe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.