Uses of Class
io.trino.orc.metadata.Stream.StreamKind
-
Packages that use Stream.StreamKind Package Description io.trino.orc io.trino.orc.metadata io.trino.orc.stream -
-
Uses of Stream.StreamKind in io.trino.orc
Methods in io.trino.orc that return Stream.StreamKind Modifier and Type Method Description Stream.StreamKindStreamId. getStreamKind()Constructors in io.trino.orc with parameters of type Stream.StreamKind Constructor Description StreamId(OrcColumnId columnId, Stream.StreamKind streamKind) -
Uses of Stream.StreamKind in io.trino.orc.metadata
Methods in io.trino.orc.metadata that return Stream.StreamKind Modifier and Type Method Description Stream.StreamKindStream. getStreamKind()static Stream.StreamKindStream.StreamKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Stream.StreamKind[]Stream.StreamKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.orc.metadata with parameters of type Stream.StreamKind Constructor Description Stream(OrcColumnId columnId, Stream.StreamKind streamKind, int length, boolean useVInts) -
Uses of Stream.StreamKind in io.trino.orc.stream
Methods in io.trino.orc.stream with parameters of type Stream.StreamKind Modifier and Type Method Description <S extends ValueInputStream<?>>
InputStreamSource<S>InputStreamSources. getInputStreamSource(OrcColumn column, Stream.StreamKind streamKind, Class<S> streamType)Constructors in io.trino.orc.stream with parameters of type Stream.StreamKind Constructor Description ByteArrayOutputStream(CompressionKind compression, int bufferSize, Stream.StreamKind streamKind)LongOutputStreamV1(CompressionKind compression, int bufferSize, boolean signed, Stream.StreamKind streamKind)LongOutputStreamV2(CompressionKind compression, int bufferSize, boolean signed, Stream.StreamKind streamKind)
-