Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryColumnStatistics
Statistics for binary columns.
|
interface |
BooleanColumnStatistics
Statistics for boolean columns.
|
interface |
DateColumnStatistics
Statistics for DATE columns.
|
interface |
DecimalColumnStatistics
Statistics for decimal 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.
|
interface |
TimestampColumnStatistics
Statistics for Timestamp columns.
|
Modifier and Type | Method and Description |
---|---|
ColumnStatistics[] |
StripeStatistics.getColumnStatistics()
Return list of column statistics
|
ColumnStatistics[] |
ReaderImpl.getStatistics() |
ColumnStatistics[] |
Reader.getStatistics()
Get the statistics about the columns in the file.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.