jar

org.apache.orc : orc-core

Maven & Gradle

Aug 11, 2023
100 usages
27 stars

ORC Core · The core reader and writer for ORC files. Uses the vectorized column batch for the in memory representation.

Table Of Contents

Latest Version

Download org.apache.orc : orc-core JAR file - Latest Versions:

All Versions

Download org.apache.orc : orc-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
CVE-2018-8015
CVE-2018-8015
CVE-2018-8015
CVE-2018-8015
1.3.x CVE-2018-8015
CVE-2018-8015
CVE-2018-8015
CVE-2018-8015
CVE-2018-8015
1.2.x CVE-2018-8015
CVE-2018-8015
CVE-2018-8015
CVE-2018-8015
1.1.x CVE-2018-8015
CVE-2018-8015
CVE-2018-8015

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window orc-core-1.9.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.orc.impl.mask

├─ org.apache.orc.impl.mask.DecimalIdentity.class - [JAR]

├─ org.apache.orc.impl.mask.DoubleIdentity.class - [JAR]

├─ org.apache.orc.impl.mask.ListIdentity.class - [JAR]

├─ org.apache.orc.impl.mask.LongIdentity.class - [JAR]

├─ org.apache.orc.impl.mask.MapIdentity.class - [JAR]

├─ org.apache.orc.impl.mask.MaskFactory.class - [JAR]

├─ org.apache.orc.impl.mask.MaskProvider.class - [JAR]

├─ org.apache.orc.impl.mask.NullifyMask.class - [JAR]

├─ org.apache.orc.impl.mask.RedactMaskFactory.class - [JAR]

├─ org.apache.orc.impl.mask.SHA256MaskFactory.class - [JAR]

├─ org.apache.orc.impl.mask.StructIdentity.class - [JAR]

├─ org.apache.orc.impl.mask.TimestampIdentity.class - [JAR]

├─ org.apache.orc.impl.mask.UnionIdentity.class - [JAR]

org.apache.orc.impl.writer

├─ org.apache.orc.impl.writer.BinaryTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.BooleanTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.ByteTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.CharTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.DateTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.Decimal64TreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.DecimalTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.DoubleTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.EncryptionTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.FloatTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.IntegerTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.ListTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.MapTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.StreamOptions.class - [JAR]

├─ org.apache.orc.impl.writer.StringBaseTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.StringTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.StructTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.TimestampTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.TreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.TreeWriterBase.class - [JAR]

├─ org.apache.orc.impl.writer.UnionTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.VarcharTreeWriter.class - [JAR]

├─ org.apache.orc.impl.writer.WriterContext.class - [JAR]

├─ org.apache.orc.impl.writer.WriterEncryptionKey.class - [JAR]

├─ org.apache.orc.impl.writer.WriterEncryptionVariant.class - [JAR]

├─ org.apache.orc.impl.writer.WriterImplV2.class - [JAR]

org.apache.orc

├─ org.apache.orc.BinaryColumnStatistics.class - [JAR]

├─ org.apache.orc.BooleanColumnStatistics.class - [JAR]

├─ org.apache.orc.CollectionColumnStatistics.class - [JAR]

├─ org.apache.orc.ColumnStatistics.class - [JAR]

├─ org.apache.orc.CompressionCodec.class - [JAR]

├─ org.apache.orc.CompressionKind.class - [JAR]

├─ org.apache.orc.DataMask.class - [JAR]

├─ org.apache.orc.DataMaskDescription.class - [JAR]

├─ org.apache.orc.DataReader.class - [JAR]

├─ org.apache.orc.DateColumnStatistics.class - [JAR]

├─ org.apache.orc.DecimalColumnStatistics.class - [JAR]

├─ org.apache.orc.DoubleColumnStatistics.class - [JAR]

├─ org.apache.orc.EncryptionKey.class - [JAR]

├─ org.apache.orc.EncryptionVariant.class - [JAR]

├─ org.apache.orc.FileFormatException.class - [JAR]

├─ org.apache.orc.FileMetadata.class - [JAR]

├─ org.apache.orc.InMemoryKeystore.class - [JAR]

├─ org.apache.orc.IntegerColumnStatistics.class - [JAR]

├─ org.apache.orc.MemoryManager.class - [JAR]

├─ org.apache.orc.OrcConf.class - [JAR]

├─ org.apache.orc.OrcFile.class - [JAR]

├─ org.apache.orc.OrcFilterContext.class - [JAR]

├─ org.apache.orc.OrcProto.class - [JAR]

├─ org.apache.orc.OrcUtils.class - [JAR]

├─ org.apache.orc.PhysicalWriter.class - [JAR]

├─ org.apache.orc.Reader.class - [JAR]

├─ org.apache.orc.RecordReader.class - [JAR]

├─ org.apache.orc.StringColumnStatistics.class - [JAR]

├─ org.apache.orc.StripeInformation.class - [JAR]

├─ org.apache.orc.StripeStatistics.class - [JAR]

├─ org.apache.orc.TimestampColumnStatistics.class - [JAR]

├─ org.apache.orc.TypeDescription.class - [JAR]

├─ org.apache.orc.TypeDescriptionPrettyPrint.class - [JAR]

├─ org.apache.orc.UnknownFormatException.class - [JAR]

├─ org.apache.orc.Writer.class - [JAR]

org.apache.orc.filter

├─ org.apache.orc.filter.BatchFilter.class - [JAR]

├─ org.apache.orc.filter.PluginFilterService.class - [JAR]

org.apache.orc.impl.filter

├─ org.apache.orc.impl.filter.AndFilter.class - [JAR]

├─ org.apache.orc.impl.filter.BatchFilterFactory.class - [JAR]

├─ org.apache.orc.impl.filter.FilterFactory.class - [JAR]

├─ org.apache.orc.impl.filter.IsNotNullFilter.class - [JAR]

├─ org.apache.orc.impl.filter.IsNullFilter.class - [JAR]

├─ org.apache.orc.impl.filter.LeafFilter.class - [JAR]

├─ org.apache.orc.impl.filter.OrFilter.class - [JAR]

├─ org.apache.orc.impl.filter.Selected.class - [JAR]

├─ org.apache.orc.impl.filter.VectorFilter.class - [JAR]

org.apache.orc.impl.reader.tree

├─ org.apache.orc.impl.reader.tree.BatchReader.class - [JAR]

├─ org.apache.orc.impl.reader.tree.PrimitiveBatchReader.class - [JAR]

├─ org.apache.orc.impl.reader.tree.StructBatchReader.class - [JAR]

├─ org.apache.orc.impl.reader.tree.TypeReader.class - [JAR]

org.apache.orc.util

├─ org.apache.orc.util.BloomFilter.class - [JAR]

├─ org.apache.orc.util.BloomFilterIO.class - [JAR]

├─ org.apache.orc.util.BloomFilterUtf8.class - [JAR]

├─ org.apache.orc.util.CuckooSetBytes.class - [JAR]

├─ org.apache.orc.util.Murmur3.class - [JAR]

├─ org.apache.orc.util.StreamWrapperFileSystem.class - [JAR]

org.apache.orc.impl.reader

├─ org.apache.orc.impl.reader.ReaderEncryption.class - [JAR]

├─ org.apache.orc.impl.reader.ReaderEncryptionKey.class - [JAR]

├─ org.apache.orc.impl.reader.ReaderEncryptionVariant.class - [JAR]

├─ org.apache.orc.impl.reader.StripePlanner.class - [JAR]

org.apache.orc.impl

├─ org.apache.orc.impl.AcidStats.class - [JAR]

├─ org.apache.orc.impl.AircompressorCodec.class - [JAR]

├─ org.apache.orc.impl.BitFieldReader.class - [JAR]

├─ org.apache.orc.impl.BitFieldWriter.class - [JAR]

├─ org.apache.orc.impl.BufferChunk.class - [JAR]

├─ org.apache.orc.impl.BufferChunkList.class - [JAR]

├─ org.apache.orc.impl.ColumnStatisticsImpl.class - [JAR]

├─ org.apache.orc.impl.ConvertTreeReaderFactory.class - [JAR]

├─ org.apache.orc.impl.CryptoUtils.class - [JAR]

├─ org.apache.orc.impl.DataReaderProperties.class - [JAR]

├─ org.apache.orc.impl.DateUtils.class - [JAR]

├─ org.apache.orc.impl.Dictionary.class - [JAR]

├─ org.apache.orc.impl.DictionaryUtils.class - [JAR]

├─ org.apache.orc.impl.DirectDecompressionCodec.class - [JAR]

├─ org.apache.orc.impl.DynamicByteArray.class - [JAR]

├─ org.apache.orc.impl.DynamicIntArray.class - [JAR]

├─ org.apache.orc.impl.HadoopShimsFactory.class - [JAR]

├─ org.apache.orc.impl.IOUtils.class - [JAR]

├─ org.apache.orc.impl.InStream.class - [JAR]

├─ org.apache.orc.impl.IntegerReader.class - [JAR]

├─ org.apache.orc.impl.IntegerWriter.class - [JAR]

├─ org.apache.orc.impl.MaskDescriptionImpl.class - [JAR]

├─ org.apache.orc.impl.MemoryManager.class - [JAR]

├─ org.apache.orc.impl.MemoryManagerImpl.class - [JAR]

├─ org.apache.orc.impl.OrcAcidUtils.class - [JAR]

├─ org.apache.orc.impl.OrcCodecPool.class - [JAR]

├─ org.apache.orc.impl.OrcFilterContextImpl.class - [JAR]

├─ org.apache.orc.impl.OrcIndex.class - [JAR]

├─ org.apache.orc.impl.OrcTail.class - [JAR]

├─ org.apache.orc.impl.OutStream.class - [JAR]

├─ org.apache.orc.impl.ParserUtils.class - [JAR]

├─ org.apache.orc.impl.PhysicalFsWriter.class - [JAR]

├─ org.apache.orc.impl.PositionProvider.class - [JAR]

├─ org.apache.orc.impl.PositionRecorder.class - [JAR]

├─ org.apache.orc.impl.PositionedOutputStream.class - [JAR]

├─ org.apache.orc.impl.ReaderImpl.class - [JAR]

├─ org.apache.orc.impl.RecordReaderImpl.class - [JAR]

├─ org.apache.orc.impl.RecordReaderUtils.class - [JAR]

├─ org.apache.orc.impl.RedBlackTree.class - [JAR]

├─ org.apache.orc.impl.RunLengthByteReader.class - [JAR]

├─ org.apache.orc.impl.RunLengthByteWriter.class - [JAR]

├─ org.apache.orc.impl.RunLengthIntegerReader.class - [JAR]

├─ org.apache.orc.impl.RunLengthIntegerReaderV2.class - [JAR]

├─ org.apache.orc.impl.RunLengthIntegerWriter.class - [JAR]

├─ org.apache.orc.impl.RunLengthIntegerWriterV2.class - [JAR]

├─ org.apache.orc.impl.SchemaEvolution.class - [JAR]

├─ org.apache.orc.impl.SerializationUtils.class - [JAR]

├─ org.apache.orc.impl.SnappyCodec.class - [JAR]

├─ org.apache.orc.impl.StreamName.class - [JAR]

├─ org.apache.orc.impl.StringHashTableDictionary.class - [JAR]

├─ org.apache.orc.impl.StringRedBlackTree.class - [JAR]

├─ org.apache.orc.impl.StripeStatisticsImpl.class - [JAR]

├─ org.apache.orc.impl.TreeReaderFactory.class - [JAR]

├─ org.apache.orc.impl.TypeUtils.class - [JAR]

├─ org.apache.orc.impl.Utf8Utils.class - [JAR]

├─ org.apache.orc.impl.VisitorContextImpl.class - [JAR]

├─ org.apache.orc.impl.WriterImpl.class - [JAR]

├─ org.apache.orc.impl.WriterInternal.class - [JAR]

├─ org.apache.orc.impl.ZlibCodec.class - [JAR]

org.threeten.extra.chrono

├─ org.threeten.extra.chrono.HybridChronology.class - [JAR]

├─ org.threeten.extra.chrono.HybridDate.class - [JAR]

org.apache.orc.impl.filter.leaf

├─ org.apache.orc.impl.filter.leaf.DecimalFilters.class - [JAR]

├─ org.apache.orc.impl.filter.leaf.FloatFilters.class - [JAR]

├─ org.apache.orc.impl.filter.leaf.LeafFilterFactory.class - [JAR]

├─ org.apache.orc.impl.filter.leaf.LongFilters.class - [JAR]

├─ org.apache.orc.impl.filter.leaf.StringFilters.class - [JAR]

├─ org.apache.orc.impl.filter.leaf.TimestampFilters.class - [JAR]

Advertisement

Dependencies from Group

Aug 11, 2023
100 usages
27 stars
Aug 11, 2023
49 usages
27 stars
Aug 11, 2023
14 usages
27 stars
Aug 11, 2023
3 usages
27 stars
orc
Aug 11, 2023
27 stars

Discover Dependencies

Sep 18, 2021
231 usages
4.1k stars
Jun 06, 2018
3 stars
Sep 14, 2016
1 usages
1.4k stars
Jun 10, 2016
175 stars
Nov 09, 2022
30 stars
Aug 06, 2018
2 usages
35 stars
Jun 17, 2016
5 usages
55 stars
Jun 08, 2016
0 stars