struct Orc::Proto::StringStatistics
  
  - Orc::Proto::StringStatistics
 - Struct
 - Value
 - Object
 
Included Modules
- Protobuf::Message
 
Defined in:
orc/definition/orc.pb.crConstant Summary
- 
        FIELDS = 
{1 => {name: :minimum, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :maximum, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :sum, pb_type: :sint64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :lower_bound, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :upper_bound, 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(minimum : String | Nil = nil, maximum : String | Nil = nil, sum : Int64 | Nil = nil, lower_bound : String | Nil = nil, upper_bound : String | Nil = nil)
 
Class Method Summary
Instance Method Summary
- #[](key : String)
 - #lower_bound : String | Nil
 - #lower_bound=(lower_bound : String | Nil)
 - #maximum : String | Nil
 - #maximum=(maximum : String | Nil)
 - #minimum : String | Nil
 - #minimum=(minimum : String | Nil)
 - #sum : Int64 | Nil
 - #sum=(sum : Int64 | Nil)
 - #to_protobuf(io : IO, embedded = false)
 - #to_protobuf
 - #upper_bound : String | Nil
 - #upper_bound=(upper_bound : String | Nil)
 
Constructor Detail
        
        def self.new(minimum : String | Nil = nil, maximum : String | Nil = nil, sum : Int64 | Nil = nil, lower_bound : String | Nil = nil, upper_bound : String | Nil = nil)
        #