class Orc::RunLengthBooleanWriter

Overview

Booleans are encoded as a RLE byte stream and therefore will return more booleans than there are rows in the stripe/stream.

Defined in:

orc/run_length_boolean_writer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def close #

[View source]
def flush #

[View source]
def flush_bools #

[View source]
def write(bool : Bool) #

[View source]