Uses of Interface
io.trino.orc.stream.ValueOutputStream
-
Packages that use ValueOutputStream Package Description io.trino.orc.stream -
-
Uses of ValueOutputStream in io.trino.orc.stream
Subinterfaces of ValueOutputStream in io.trino.orc.stream Modifier and Type Interface Description interfaceLongOutputStreamClasses in io.trino.orc.stream that implement ValueOutputStream Modifier and Type Class Description classBooleanOutputStreamclassByteArrayOutputStreamThis is a concatenation of all byte array content, and a separate length stream will be used to get the boundaries.classByteOutputStreamclassDecimalOutputStreamThis is only for mantissa/significant of a decimal and not the exponent.classDoubleOutputStreamclassFloatOutputStreamclassLongOutputStreamV1classLongOutputStreamV2
-