public interface StreamReader
Modifier and Type | Method and Description |
---|---|
void |
prepareNextRead(int batchSize) |
Block |
readBlock(Type type) |
void |
startRowGroup(StreamSources dataStreamSources) |
void |
startStripe(StreamSources dictionaryStreamSources,
List<ColumnEncoding> encoding) |
Block readBlock(Type type) throws IOException
IOException
void prepareNextRead(int batchSize)
void startStripe(StreamSources dictionaryStreamSources, List<ColumnEncoding> encoding) throws IOException
IOException
void startRowGroup(StreamSources dataStreamSources) throws IOException
IOException
Copyright © 2012-2016. All Rights Reserved.