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