Class DecimalInputStream
java.lang.Object
io.trino.orc.stream.DecimalInputStream
- All Implemented Interfaces:
ValueInputStream<DecimalStreamCheckpoint>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnextLongDecimal(long[] result, int batchSize) voidnextShortDecimal(long[] result, int batchSize) voidseekToCheckpoint(DecimalStreamCheckpoint checkpoint) voidskip(long items)
-
Constructor Details
-
DecimalInputStream
-
-
Method Details
-
seekToCheckpoint
- Specified by:
seekToCheckpointin interfaceValueInputStream<DecimalStreamCheckpoint>- Throws:
IOException
-
nextLongDecimal
- Throws:
IOException
-
nextShortDecimal
- Throws:
IOException
-
skip
- Specified by:
skipin interfaceValueInputStream<DecimalStreamCheckpoint>- Throws:
IOException
-