class Orc::Reader

Defined in:

orc/reader.cr

Constant Summary

TAIL_SIZE = 16 * 1024

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : File) #

[View source]

Instance Method Detail

def each_stripe #

[View source]
def file : File #

[View source]
def footer : Proto::Footer #

[View source]
def footer=(footer : Proto::Footer) #

[View source]
def postscript : Proto::PostScript #

[View source]
def postscript=(postscript : Proto::PostScript) #

[View source]
def schema : Orc::Schema #

[View source]
def schema=(schema : Orc::Schema) #

[View source]