Skip to main content

Module decode

Module decode 

Source
Expand description

Contains different iterators that receive a reader (std::io::Read) and return values for each of ORC’s physical types (e.g. boolean).

Structs§

BooleanIter
BooleanRleRunIter
FloatIter
An iterator
SignedRleV2Iter
A fallible Iterator of i64.
SignedRleV2RunIter
A fallible Iterator of SignedRleV2Run.
UnsignedRleV2Iter
A fallible Iterator of i64.
UnsignedRleV2RunIter
A fallible Iterator of UnsignedRleV2Run.
Values

Enums§

BooleanRun
SignedRleV2Run
An enum describing one of the RLE v2 runs for signed integers
UnsignedRleV2Run
An enum describing one of the RLE v2 runs for unsigned integers

Traits§

Float
Sealead trait to generically represent f32 and f64.