struct Orc::Field
- Orc::Field
- Struct
- Value
- Object
Defined in:
orc/schema.crConstructors
Instance Method Summary
- #all_fields
- #fields : Array(Field)
- #fields=(fields : Array(Field))
- #id : UInt32
- #id=(id : UInt32)
- #kind : Proto::Type::Kind
- #kind=(kind : Proto::Type::Kind)
- #name : String
- #name=(name : String)
- #to_protobuf : Array(Proto::Type)
Constructor Detail
def self.new(id : UInt32, name : String, kind : Orc::Proto::Type::Kind, fields : Array(Orc::Field) = [] of Field)
#