| Package | Description |
|---|---|
| com.facebook.hive.orc |
The Optimized Row Columnar (ORC) File Format.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanColumnStatistics
Statistics for boolean columns.
|
interface |
DoubleColumnStatistics
Statistics for float and double columns.
|
interface |
IntegerColumnStatistics
Statistics for all of the integer columns, such as byte, short, int, and
long.
|
interface |
StringColumnStatistics
Statistics for string columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnStatisticsImpl |
| Modifier and Type | Field and Description |
|---|---|
ColumnStatistics[] |
OrcFile.KeyWrapper.columnStats |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatistics[] |
ReaderImpl.getStatistics() |
ColumnStatistics[] |
Reader.getStatistics()
Get the statistics about the columns in the file.
|
Copyright © 2013–2021. All rights reserved.