Class StructType

Object
io.delta.kernel.types.DataType
io.delta.kernel.types.StructType

@Evolving public final class StructType extends DataType
Struct type which contains one or more columns.
Since:
3.0.0
  • Constructor Details

    • StructType

      public StructType()
    • StructType

      public StructType(List<StructField> fields)
  • Method Details