Class VarLenBinaryReader

java.lang.Object
org.apache.drill.exec.store.parquet.columnreaders.VarLenBinaryReader

public class VarLenBinaryReader extends Object
Class which handles reading a batch of rows from a set of variable columns
  • Constructor Details

  • Method Details

    • readFields

      public long readFields(long recordsToReadInThisPass) throws IOException
      Reads as many variable length values as possible.
      Parameters:
      recordsToReadInThisPass - - the number of records recommended for reading form the reader
      Returns:
      - the number of fixed length fields that will fit in the batch
      Throws:
      IOException
    • handleAndRaise

      protected void handleAndRaise(String s, Exception e)