Uses of Enum Class
io.trino.orc.metadata.Stream.StreamKind
Packages that use Stream.StreamKind
-
Uses of Stream.StreamKind in io.trino.orc
Methods in io.trino.orc that return Stream.StreamKindConstructors in io.trino.orc with parameters of type Stream.StreamKind -
Uses of Stream.StreamKind in io.trino.orc.metadata
Subclasses with type arguments of type Stream.StreamKind in io.trino.orc.metadataMethods in io.trino.orc.metadata that return Stream.StreamKindModifier and TypeMethodDescriptionStream.getStreamKind()static Stream.StreamKindReturns the enum constant of this class with the specified name.static Stream.StreamKind[]Stream.StreamKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.orc.metadata with parameters of type Stream.StreamKindModifierConstructorDescriptionStream(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.StreamKindModifier and TypeMethodDescription<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.StreamKindModifierConstructorDescriptionByteArrayOutputStream(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)