Class DotDrillFile

java.lang.Object
org.apache.drill.exec.dotdrill.DotDrillFile

public class DotDrillFile extends Object
  • Method Details

    • create

      public static DotDrillFile create(DrillFileSystem fs, org.apache.hadoop.fs.FileStatus status)
    • getType

      public DotDrillType getType()
    • getOwner

      public String getOwner()
      Returns:
      Return owner of the file in underlying file system.
    • getBaseName

      public String getBaseName()
      Return base file name without the parent directory and extensions.
      Returns:
      Base file name.
    • getView

      public View getView(com.fasterxml.jackson.databind.ObjectMapper mapper) throws IOException
      Throws:
      IOException