struct Orc::Proto::DataMask
- Orc::Proto::DataMask
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
orc/definition/orc.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .new(name : String | Nil = nil, mask_parameters : Array(String) | Nil = nil, columns : Array(UInt32) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #columns : Array(UInt32) | Nil
- #columns=(columns : Array(UInt32) | Nil)
- #mask_parameters : Array(String) | Nil
- #mask_parameters=(mask_parameters : Array(String) | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(name : String | Nil = nil, mask_parameters : Array(String) | Nil = nil, columns : Array(UInt32) | Nil = nil)
#