struct

Orc::Proto::StripeInformation

Inherits Protobuf::Message < Struct < Value < Object

Constants

FIELDS = {1 => {name: :offset, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :index_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :data_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :footer_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :number_of_rows, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :encrypt_stripe_id, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :encrypted_local_keys, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Array(Slice(UInt8))?, native: true, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

new(buf : Protobuf::Buffer)

Class methods

from_protobuf(io)

Instance methods

[](key : String)
data_length
data_length=(data_length : UInt64 | Nil)
encrypt_stripe_id
encrypt_stripe_id=(encrypt_stripe_id : UInt64 | Nil)
encrypted_local_keys
encrypted_local_keys=(encrypted_local_keys : Array(Slice(UInt8)) | Nil)
index_length
index_length=(index_length : UInt64 | Nil)
number_of_rows
number_of_rows=(number_of_rows : UInt64 | Nil)
offset
offset=(offset : UInt64 | Nil)
to_protobuf(io : IO, embedded = false)
to_protobuf