class Orc::RunLengthBooleanReader
- Orc::RunLengthBooleanReader
- Reference
- Object
Overview
Booleans are encoded as a RLE byte stream and therefore will return more booleans than there are rows in the stripe/stream.
Included Modules
- Iterator(Bool)
Defined in:
orc/run_length_boolean_reader.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Bool)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.