class Orc::RunLengthIntegerReader
- Orc::RunLengthIntegerReader
- Reference
- Object
Included Modules
- Iterator(Int64)
Defined in:
orc/run_length_integer_reader.crConstructors
Instance Method Summary
- #has_next?
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #read
- #read_vs_long
- #read_vu_long
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Int64)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.