Uses of Class
io.trino.orc.stream.OrcInputStream
-
Packages that use OrcInputStream Package Description io.trino.orc.stream -
-
Uses of OrcInputStream in io.trino.orc.stream
Methods in io.trino.orc.stream with parameters of type OrcInputStream Modifier and Type Method Description static longLongDecode. readSignedVInt(OrcInputStream inputStream)static longLongDecode. readVInt(boolean signed, OrcInputStream inputStream)Constructors in io.trino.orc.stream with parameters of type OrcInputStream Constructor Description BooleanInputStream(OrcInputStream byteStream)ByteArrayInputStream(OrcInputStream inputStream)ByteInputStream(OrcInputStream input)DoubleInputStream(OrcInputStream input)FloatInputStream(OrcInputStream input)LongInputStreamV1(OrcInputStream input, boolean signed)LongInputStreamV2(OrcInputStream input, boolean signed, boolean skipCorrupt)
-