class Orc::IntDirectColumn

Defined in:

orc/columns/int_direct_column.cr

Constructors

Instance Method Summary

Instance methods inherited from class Orc::Column

bytesize bytesize, encoding : Proto::ColumnEncoding encoding, id : UInt32 id, streams streams, to_io(io) to_io

Constructor methods inherited from class Orc::Column

new(id : UInt32) new

Constructor Detail

def self.new(id : UInt32) #

[View source]

Instance Method Detail

def append(value : Int64 | Nil) #

[View source]
def bytesize #

[View source]

[View source]
def data=(data : DataStream(IntegerRLEBuffer)) #

[View source]
def each #

[View source]
def encoding : Proto::ColumnEncoding #

[View source]
def present : PresentStream #

[View source]
def present=(present : PresentStream) #

[View source]
def size : UInt64 #

[View source]
def size=(size : UInt64) #

[View source]
def streams #

[View source]
def to_io(io) #

[View source]