public class Decoders extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Decoders.FlatDecoders |
static class |
Decoders.NestedDecoders |
| Modifier and Type | Method and Description |
|---|---|
static DefinitionLevelDecoder |
createDefinitionLevelDecoder(ParquetEncoding encoding,
int maxLevelValue,
int valueCount,
ByteBuffer buffer) |
static RepetitionLevelDecoder |
createRepetitionLevelDecoder(ParquetEncoding encoding,
int maxLevelValue,
int valueCount,
ByteBuffer buffer) |
static Decoders.FlatDecoders |
readFlatPage(DataPage page,
RichColumnDescriptor columnDescriptor,
Dictionary dictionary) |
static Decoders.NestedDecoders |
readNestedPage(DataPage page,
RichColumnDescriptor columnDescriptor,
Dictionary dictionary) |
public static Decoders.FlatDecoders readFlatPage(DataPage page, RichColumnDescriptor columnDescriptor, Dictionary dictionary)
public static Decoders.NestedDecoders readNestedPage(DataPage page, RichColumnDescriptor columnDescriptor, Dictionary dictionary)
public static final RepetitionLevelDecoder createRepetitionLevelDecoder(ParquetEncoding encoding, int maxLevelValue, int valueCount, ByteBuffer buffer) throws IOException
IOExceptionpublic static final DefinitionLevelDecoder createDefinitionLevelDecoder(ParquetEncoding encoding, int maxLevelValue, int valueCount, ByteBuffer buffer) throws IOException
IOExceptionCopyright © 2012–2024. All rights reserved.