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