struct Orc::Proto::StringStatistics

Included Modules

Defined in:

orc/definition/orc.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

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) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def lower_bound : String | Nil #

def lower_bound=(lower_bound : String | Nil) #

def maximum : String | Nil #

def maximum=(maximum : String | Nil) #

def minimum : String | Nil #

def minimum=(minimum : String | Nil) #

def sum : Int64 | Nil #

def sum=(sum : Int64 | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #

def upper_bound : String | Nil #

def upper_bound=(upper_bound : String | Nil) #