Orc::Proto::ColumnEncoding
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)
Class methods
from_protobuf(io)
Instance methods
[](key : String)
bloom_encoding
dictionary_size
kind
kind=(kind : ColumnEncoding::Kind | Nil)
to_protobuf(io : IO, embedded = false)
to_protobuf