Uses of Interface
io.trino.orc.stream.OrcChunkLoader
-
Packages that use OrcChunkLoader Package Description io.trino.orc.stream -
-
Uses of OrcChunkLoader in io.trino.orc.stream
Classes in io.trino.orc.stream that implement OrcChunkLoader Modifier and Type Class Description classCompressedOrcChunkLoaderclassUncompressedOrcChunkLoaderMethods in io.trino.orc.stream that return OrcChunkLoader Modifier and Type Method Description static OrcChunkLoaderOrcChunkLoader. create(OrcDataSourceId orcDataSourceId, io.airlift.slice.Slice chunk, Optional<OrcDecompressor> decompressor, AggregatedMemoryContext systemMemoryContext)static OrcChunkLoaderOrcChunkLoader. create(OrcDataReader dataReader, Optional<OrcDecompressor> decompressor, AggregatedMemoryContext memoryContext)Methods in io.trino.orc.stream with parameters of type OrcChunkLoader Modifier and Type Method Description static ValueInputStream<?>ValueStreams. createValueStreams(StreamId streamId, OrcChunkLoader chunkLoader, OrcType.OrcTypeKind type, ColumnEncoding.ColumnEncodingKind encoding)Constructors in io.trino.orc.stream with parameters of type OrcChunkLoader Constructor Description DecimalInputStream(OrcChunkLoader chunkLoader)OrcInputStream(OrcChunkLoader chunkLoader)
-