Class Schema

java.lang.Object
com.palantir.transforms.excel.Schema
All Implemented Interfaces:
Serializable

public final class Schema extends Object implements Serializable
This class is an implementation detail that is only public because being public is a requirement for Kryo serialization.

There is no reason for consumers of this library to use this class.

See Also:
  • Method Details

    • fieldNames

      public List<String> fieldNames()
    • withParquetCompatibleFieldNames

      public Schema withParquetCompatibleFieldNames()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • structSchema

      public org.apache.spark.sql.types.StructType structSchema()