struct Orc::Proto::ColumnEncoding

Included Modules

Defined in:

orc/definition/orc.pb.cr

Constant Summary

FIELDS = {1 => {name: :kind, pb_type: ColumnEncoding::Kind, crystal_type: ColumnEncoding::Kind, cast_type: ColumnEncoding::Kind?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :dictionary_size, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :bloom_encoding, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(kind : ColumnEncoding::Kind | Nil = nil, dictionary_size : UInt32 | Nil = nil, bloom_encoding : UInt32 | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def bloom_encoding : UInt32 | Nil #

def bloom_encoding=(bloom_encoding : UInt32 | Nil) #

def dictionary_size : UInt32 | Nil #

def dictionary_size=(dictionary_size : UInt32 | Nil) #

def kind : ColumnEncoding::Kind | Nil #

def kind=(kind : ColumnEncoding::Kind | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #