struct Orc::Proto::DataMask

Included Modules

Defined in:

orc/definition/orc.pb.cr

Constant Summary

FIELDS = {1 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :mask_parameters, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 3 => {name: :columns, pb_type: :uint32, crystal_type: UInt32, cast_type: Array(UInt32)?, native: true, optional: true, repeated: true, default: nil, packed: true}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(name : String | Nil = nil, mask_parameters : Array(String) | Nil = nil, columns : Array(UInt32) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def columns : Array(UInt32) | Nil #

def columns=(columns : Array(UInt32) | Nil) #

def mask_parameters : Array(String) | Nil #

def mask_parameters=(mask_parameters : Array(String) | Nil) #

def name : String | Nil #

def name=(name : String | Nil) #

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

def to_protobuf #