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 readerIOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.