struct Orc::Proto::CollectionStatistics

Included Modules

Defined in:

orc/definition/orc.pb.cr

Constant Summary

FIELDS = {1 => {name: :min_children, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :max_children, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :total_children, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, 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(min_children : UInt64 | Nil = nil, max_children : UInt64 | Nil = nil, total_children : UInt64 | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def max_children : UInt64 | Nil #

def max_children=(max_children : UInt64 | Nil) #

def min_children : UInt64 | Nil #

def min_children=(min_children : UInt64 | Nil) #

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

def to_protobuf #

def total_children : UInt64 | Nil #

def total_children=(total_children : UInt64 | Nil) #