struct ProtobufSchema::Field

Defined in:

cli/lib/protobuf-schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rule : String, type : String, name : String, num : String, memo : String = "") #

[View source]

Instance Method Detail

def clickhouse_type(ignore_rule = false) : String #

[View source]
def clone #

[View source]
def copy_with(rule _rule = @rule, type _type = @type, name _name = @name, num _num = @num, memo _memo = @memo) #

[View source]
def memo : String #

def name : String #

def num : String #

def rule : String #

def type : String #