Class FileInfo

java.lang.Object
org.apache.iceberg.spark.actions.FileInfo

public class FileInfo extends Object
  • Field Details

    • ENCODER

      public static final org.apache.spark.sql.Encoder<FileInfo> ENCODER
  • Constructor Details

    • FileInfo

      public FileInfo(String path, String type)
    • FileInfo

      public FileInfo()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getType

      public String getType()
    • setType

      public void setType(String type)