Package | Description |
---|---|
org.apache.orc.impl | |
org.apache.orc.impl.writer |
Modifier and Type | Class and Description |
---|---|
protected static class |
ColumnStatisticsImpl.BinaryStatisticsImpl |
protected static class |
ColumnStatisticsImpl.StringStatisticsImpl |
Modifier and Type | Method and Description |
---|---|
static ColumnStatisticsImpl |
ColumnStatisticsImpl.create(TypeDescription schema) |
static ColumnStatisticsImpl |
ColumnStatisticsImpl.create(TypeDescription schema,
boolean convertToProleptic) |
static ColumnStatisticsImpl |
ColumnStatisticsImpl.deserialize(TypeDescription schema,
OrcProto.ColumnStatistics stats) |
static ColumnStatisticsImpl |
ColumnStatisticsImpl.deserialize(TypeDescription schema,
OrcProto.ColumnStatistics stats,
boolean writerUsedProlepticGregorian,
boolean convertToProlepticGregorian) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnStatisticsImpl.merge(ColumnStatisticsImpl stats) |
void |
ColumnStatisticsImpl.StringStatisticsImpl.merge(ColumnStatisticsImpl other) |
void |
ColumnStatisticsImpl.BinaryStatisticsImpl.merge(ColumnStatisticsImpl other) |
Modifier and Type | Field and Description |
---|---|
protected ColumnStatisticsImpl |
TreeWriterBase.fileStatistics |
protected ColumnStatisticsImpl |
TreeWriterBase.indexStatistics |
protected ColumnStatisticsImpl |
TreeWriterBase.stripeColStatistics |
Modifier and Type | Method and Description |
---|---|
protected ColumnStatisticsImpl |
TreeWriterBase.getStripeStatistics() |
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.