struct Orc::Field

Defined in:

orc/schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt32, name : String, kind : Orc::Proto::Type::Kind, fields : Array(Orc::Field) = [] of Field) #

[View source]

Instance Method Detail

def all_fields #

[View source]
def fields : Array(Field) #

[View source]
def fields=(fields : Array(Field)) #

[View source]
def id : UInt32 #

[View source]
def id=(id : UInt32) #

[View source]
def kind : Proto::Type::Kind #

[View source]
def kind=(kind : Proto::Type::Kind) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def to_protobuf : Array(Proto::Type) #

[View source]