Class HudiBaseFile

java.lang.Object
io.trino.plugin.hudi.files.HudiBaseFile

public class HudiBaseFile extends Object
  • Constructor Details

    • HudiBaseFile

      public HudiBaseFile(FileEntry fileEntry)
  • Method Details

    • getPath

      public String getPath()
    • getFullPath

      public Location getFullPath()
    • getFileName

      public String getFileName()
    • getFileEntry

      public FileEntry getFileEntry()
    • getFileId

      public String getFileId()
    • getCommitTime

      public String getCommitTime()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object