Interface and Description |
---|
org.apache.orc.FileMetadata
Use
OrcTail instead |
Class and Description |
---|
org.apache.orc.impl.MemoryManager |
Method and Description |
---|
org.apache.orc.MemoryManager.addedRow(int) |
org.apache.orc.Writer.appendUserMetadata(List<OrcProto.UserMetadataItem>)
use
Writer.addUserMetadata(String, ByteBuffer) instead |
org.apache.orc.OrcFile.ReaderOptions.fileMetadata(FileMetadata)
Use
OrcFile.ReaderOptions.orcTail(OrcTail) instead. |
org.apache.orc.DateColumnStatistics.getMaximum()
Use #getMaximumLocalDate instead
|
org.apache.orc.DateColumnStatistics.getMinimum()
Use #getMinimumLocalDate instead
|
org.apache.orc.Reader.getOrcProtoFileStatistics()
Use
Reader.getStatistics() instead. |
org.apache.orc.Reader.getOrcProtoStripeStatistics()
Use
Reader.getStripeStatistics() instead. |
org.apache.orc.Reader.getTypes()
use getSchema instead
|
org.apache.orc.impl.MemoryManagerImpl.notifyWriters()
remove this method
|
Constructor and Description |
---|
org.threeten.extra.chrono.HybridChronology()
Use the singleton
HybridChronology.INSTANCE instead. |
org.apache.orc.impl.SchemaEvolution(TypeDescription, boolean[]) |
org.apache.orc.impl.SchemaEvolution(TypeDescription, TypeDescription, boolean[]) |
Copyright © 2013–2020 The Apache Software Foundation. All rights reserved.