struct

Orc::Proto::ColumnEncoding

Inherits Protobuf::Message < Struct < Value < Object

Constants

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

new(buf : Protobuf::Buffer)
new(kind : ColumnEncoding::Kind | Nil = nil, dictionary_size : UInt32 | Nil = nil, bloom_encoding : UInt32 | Nil = nil)

Class methods

from_protobuf(io)

Instance methods

[](key : String)
bloom_encoding
bloom_encoding=(bloom_encoding : UInt32 | Nil)
dictionary_size
dictionary_size=(dictionary_size : UInt32 | Nil)
kind
kind=(kind : ColumnEncoding::Kind | Nil)
to_protobuf(io : IO, embedded = false)
to_protobuf

Nested types