struct Orc::Proto::StripeInformation
- Orc::Proto::StripeInformation
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
orc/definition/orc.pb.crConstant Summary
-
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)
- .new(offset : UInt64 | Nil = nil, index_length : UInt64 | Nil = nil, data_length : UInt64 | Nil = nil, footer_length : UInt64 | Nil = nil, number_of_rows : UInt64 | Nil = nil, encrypt_stripe_id : UInt64 | Nil = nil, encrypted_local_keys : Array(Slice(UInt8)) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #data_length : UInt64 | Nil
- #data_length=(data_length : UInt64 | Nil)
- #encrypt_stripe_id : UInt64 | Nil
- #encrypt_stripe_id=(encrypt_stripe_id : UInt64 | Nil)
- #encrypted_local_keys : Array(Slice(UInt8)) | Nil
- #encrypted_local_keys=(encrypted_local_keys : Array(Slice(UInt8)) | Nil)
- #footer_length : UInt64 | Nil
- #footer_length=(footer_length : UInt64 | Nil)
- #index_length : UInt64 | Nil
- #index_length=(index_length : UInt64 | Nil)
- #number_of_rows : UInt64 | Nil
- #number_of_rows=(number_of_rows : UInt64 | Nil)
- #offset : UInt64 | Nil
- #offset=(offset : UInt64 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf