| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.parquet.vector |
Hive Parquet Vectorized Reader related.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ParquetDataColumnReaderFactory.TypesFromBooleanPageReader
The reader who reads from the underlying boolean value value.
|
static class |
ParquetDataColumnReaderFactory.TypesFromDecimalPageReader
The reader who reads from the underlying decimal value value.
|
static class |
ParquetDataColumnReaderFactory.TypesFromDoublePageReader
The reader who reads from the underlying double value value.
|
static class |
ParquetDataColumnReaderFactory.TypesFromFloatPageReader
The reader who reads from the underlying float value value.
|
static class |
ParquetDataColumnReaderFactory.TypesFromInt32DecimalPageReader
The reader who reads from the underlying decimal value which is stored in an INT32 physical type.
|
static class |
ParquetDataColumnReaderFactory.TypesFromInt32PageReader
The reader who reads from the underlying int32 value value.
|
static class |
ParquetDataColumnReaderFactory.TypesFromInt64DecimalPageReader
The reader who reads from the underlying decimal value which is stored in an INT64 physical type.
|
static class |
ParquetDataColumnReaderFactory.TypesFromInt64PageReader
The reader who reads from the underlying int64 value value.
|
static class |
ParquetDataColumnReaderFactory.TypesFromInt96PageReader
The reader who reads from the underlying Timestamp value value.
|
static class |
ParquetDataColumnReaderFactory.TypesFromStringPageReader
The reader who reads from the underlying UTF8 string.
|
static class |
ParquetDataColumnReaderFactory.TypesFromUInt32PageReader
The reader who reads unsigned int data.
|
static class |
ParquetDataColumnReaderFactory.TypesFromUInt64PageReader
The reader who reads unsigned long data.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.