Package io.trino.orc.stream
Class DoubleInputStream
java.lang.Object
io.trino.orc.stream.DoubleInputStream
- All Implemented Interfaces:
ValueInputStream<DoubleStreamCheckpoint>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublenext()voidnext(long[] values, int items) voidseekToCheckpoint(DoubleStreamCheckpoint checkpoint) voidskip(long items)
-
Constructor Details
-
DoubleInputStream
-
-
Method Details
-
seekToCheckpoint
- Specified by:
seekToCheckpointin interfaceValueInputStream<DoubleStreamCheckpoint>- Throws:
IOException
-
skip
- Specified by:
skipin interfaceValueInputStream<DoubleStreamCheckpoint>- Throws:
IOException
-
next
- Throws:
IOException
-
next
- Throws:
IOException
-