Uses of Interface
io.trino.orc.stream.OrcDataReader
Packages that use OrcDataReader
-
Uses of OrcDataReader in io.trino.orc
Methods in io.trino.orc that return types with arguments of type OrcDataReaderModifier and TypeMethodDescriptionfinal <K> Map<K,OrcDataReader> <K> Map<K,OrcDataReader> final <K> Map<K,OrcDataReader> <K> Map<K,OrcDataReader> -
Uses of OrcDataReader in io.trino.orc.stream
Classes in io.trino.orc.stream that implement OrcDataReaderMethods in io.trino.orc.stream with parameters of type OrcDataReaderModifier and TypeMethodDescriptionstatic OrcChunkLoaderOrcChunkLoader.create(OrcDataReader dataReader, Optional<OrcDecompressor> decompressor, AggregatedMemoryContext memoryContext) Constructors in io.trino.orc.stream with parameters of type OrcDataReaderModifierConstructorDescriptionCompressedOrcChunkLoader(OrcDataReader dataReader, OrcDecompressor decompressor, AggregatedMemoryContext memoryContext) UncompressedOrcChunkLoader(OrcDataReader dataReader, AggregatedMemoryContext memoryContext)