struct ProtobufSchema::Field
- ProtobufSchema::Field
- Struct
- Value
- Object
Defined in:
cli/lib/protobuf-schema.crConstructors
Instance Method Summary
- #clickhouse_type(ignore_rule = false) : String
- #clone
- #copy_with(rule _rule = @rule, type _type = @type, name _name = @name, num _num = @num, memo _memo = @memo)
- #memo : String
- #name : String
- #num : String
- #rule : String
- #type : String
Constructor Detail
def self.new(rule : String, type : String, name : String, num : String, memo : String = "")
#
Instance Method Detail
def copy_with(rule _rule = @rule, type _type = @type, name _name = @name, num _num = @num, memo _memo = @memo)
#