Class LongInputStreamV1
java.lang.Object
io.trino.orc.stream.LongInputStreamV1
- All Implemented Interfaces:
LongInputStream,ValueInputStream<LongStreamCheckpoint>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongnext()voidnext(int[] values, int items) voidnext(long[] values, int items) voidnext(short[] values, int items) voidseekToCheckpoint(LongStreamCheckpoint checkpoint) voidskip(long items) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.orc.stream.LongInputStream
sum
-
Constructor Details
-
LongInputStreamV1
-
-
Method Details
-
next
- Specified by:
nextin interfaceLongInputStream- Throws:
IOException
-
next
- Specified by:
nextin interfaceLongInputStream- Throws:
IOException
-
next
- Specified by:
nextin interfaceLongInputStream- Throws:
IOException
-
next
- Specified by:
nextin interfaceLongInputStream- Throws:
IOException
-
seekToCheckpoint
- Specified by:
seekToCheckpointin interfaceValueInputStream<LongStreamCheckpoint>- Throws:
IOException
-
skip
- Specified by:
skipin interfaceValueInputStream<LongStreamCheckpoint>- Throws:
IOException
-