struct Orc::Proto::DoubleStatistics
  
  - Orc::Proto::DoubleStatistics
 - Struct
 - Value
 - Object
 
Included Modules
- Protobuf::Message
 
Defined in:
orc/definition/orc.pb.crConstant Summary
- 
        FIELDS = 
{1 => {name: :minimum, pb_type: :double, crystal_type: Float64, cast_type: Float64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :maximum, pb_type: :double, crystal_type: Float64, cast_type: Float64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :sum, pb_type: :double, crystal_type: Float64, cast_type: Float64?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode) 
Constructors
- .new(buf : Protobuf::Buffer)
 - .new(minimum : Float64 | Nil = nil, maximum : Float64 | Nil = nil, sum : Float64 | Nil = nil)
 
Class Method Summary
Instance Method Summary
- #[](key : String)
 - #maximum : Float64 | Nil
 - #maximum=(maximum : Float64 | Nil)
 - #minimum : Float64 | Nil
 - #minimum=(minimum : Float64 | Nil)
 - #sum : Float64 | Nil
 - #sum=(sum : Float64 | Nil)
 - #to_protobuf(io : IO, embedded = false)
 - #to_protobuf
 
Constructor Detail
        
        def self.new(minimum : Float64 | Nil = nil, maximum : Float64 | Nil = nil, sum : Float64 | Nil = nil)
        #