Uses of Class
org.apache.orc.impl.ColumnStatisticsImpl
-
Uses of ColumnStatisticsImpl in org.apache.orc.impl
Modifier and TypeClassDescriptionprotected static final class
protected static final class
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionvoid
ColumnStatisticsImpl.BinaryStatisticsImpl.merge
(ColumnStatisticsImpl other) void
ColumnStatisticsImpl.merge
(ColumnStatisticsImpl stats) void
ColumnStatisticsImpl.StringStatisticsImpl.merge
(ColumnStatisticsImpl other) -
Uses of ColumnStatisticsImpl in org.apache.orc.impl.writer
Modifier and TypeFieldDescriptionprotected final ColumnStatisticsImpl
TreeWriterBase.fileStatistics
protected final ColumnStatisticsImpl
TreeWriterBase.indexStatistics
protected final ColumnStatisticsImpl
TreeWriterBase.stripeColStatistics
Modifier and TypeMethodDescriptionprotected ColumnStatisticsImpl
TreeWriterBase.getStripeStatistics()