struct Orc::Proto::PostScript
- Orc::Proto::PostScript
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
orc/definition/orc.pb.crConstant Summary
-
FIELDS =
{1 => {name: :footer_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :compression, pb_type: CompressionKind, crystal_type: CompressionKind, cast_type: CompressionKind?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :compression_block_size, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :version, pb_type: :uint32, crystal_type: UInt32, cast_type: Array(UInt32)?, native: true, optional: true, repeated: true, default: nil, packed: true}, 5 => {name: :metadata_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :writer_version, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :stripe_statistics_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8000 => {name: :magic, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(footer_length : UInt64 | Nil = nil, compression : CompressionKind | Nil = nil, compression_block_size : UInt64 | Nil = nil, version : Array(UInt32) | Nil = nil, metadata_length : UInt64 | Nil = nil, writer_version : UInt32 | Nil = nil, stripe_statistics_length : UInt64 | Nil = nil, magic : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #compression : CompressionKind | Nil
- #compression=(compression : CompressionKind | Nil)
- #compression_block_size : UInt64 | Nil
- #compression_block_size=(compression_block_size : UInt64 | Nil)
- #footer_length : UInt64 | Nil
- #footer_length=(footer_length : UInt64 | Nil)
- #magic : String | Nil
- #magic=(magic : String | Nil)
- #metadata_length : UInt64 | Nil
- #metadata_length=(metadata_length : UInt64 | Nil)
- #stripe_statistics_length : UInt64 | Nil
- #stripe_statistics_length=(stripe_statistics_length : UInt64 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #version : Array(UInt32) | Nil
- #version=(version : Array(UInt32) | Nil)
- #writer_version : UInt32 | Nil
- #writer_version=(writer_version : UInt32 | Nil)