Package io.trino.orc.stream
Class DoubleInputStream
- java.lang.Object
-
- io.trino.orc.stream.DoubleInputStream
-
- All Implemented Interfaces:
ValueInputStream<DoubleStreamCheckpoint>
public class DoubleInputStream extends Object implements ValueInputStream<DoubleStreamCheckpoint>
-
-
Constructor Summary
Constructors Constructor Description DoubleInputStream(OrcInputStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublenext()voidnext(long[] values, int items)voidseekToCheckpoint(DoubleStreamCheckpoint checkpoint)voidskip(long items)
-
-
-
Constructor Detail
-
DoubleInputStream
public DoubleInputStream(OrcInputStream input)
-
-
Method Detail
-
seekToCheckpoint
public void seekToCheckpoint(DoubleStreamCheckpoint checkpoint) throws IOException
- Specified by:
seekToCheckpointin interfaceValueInputStream<DoubleStreamCheckpoint>- Throws:
IOException
-
skip
public void skip(long items) throws IOException- Specified by:
skipin interfaceValueInputStream<DoubleStreamCheckpoint>- Throws:
IOException
-
next
public double next() throws IOException- Throws:
IOException
-
next
public void next(long[] values, int items) throws IOException- Throws:
IOException
-
-