public class VarLenBinaryReader extends Object
| Constructor and Description |
|---|
VarLenBinaryReader(ParquetRecordReader parentReader,
List<VarLengthColumn<? extends ValueVector>> columns) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAndRaise(String s,
Exception e) |
long |
readFields(long recordsToReadInThisPass)
Reads as many variable length values as possible.
|
public VarLenBinaryReader(ParquetRecordReader parentReader, List<VarLengthColumn<? extends ValueVector>> columns)
public long readFields(long recordsToReadInThisPass)
throws IOException
recordsToReadInThisPass - - the number of records recommended for reading form the readerfirstColumnStatus - - a reference to the first column status in the Parquet file to grab metatdata fromIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.