Class ColumnDataReader

java.lang.Object
org.apache.drill.exec.store.parquet.ColumnDataReader

public class ColumnDataReader extends Object
Deprecated.
it is never used. So can be removed in Drill 1.21.0
  • Field Details

    • input

      public final org.apache.hadoop.fs.FSDataInputStream input
      Deprecated.
  • Constructor Details

    • ColumnDataReader

      public ColumnDataReader(org.apache.hadoop.fs.FSDataInputStream input, long start, long length) throws IOException
      Deprecated.
      Throws:
      IOException
  • Method Details

    • readPageHeader

      public org.apache.parquet.format.PageHeader readPageHeader() throws IOException
      Deprecated.
      Throws:
      IOException
    • getInputStream

      public org.apache.hadoop.fs.FSDataInputStream getInputStream()
      Deprecated.
    • getPageAsBytesInput

      public org.apache.parquet.bytes.BytesInput getPageAsBytesInput(int pageLength) throws IOException
      Deprecated.
      Throws:
      IOException
    • loadPage

      public void loadPage(DrillBuf target, int pageLength) throws IOException
      Deprecated.
      Throws:
      IOException
    • clear

      public void clear()
      Deprecated.
    • hasRemainder

      public boolean hasRemainder() throws IOException
      Deprecated.
      Throws:
      IOException