Class: Blur::Schema
- Inherits:
-
Object
- Object
- Blur::Schema
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- TABLE =
1
- COLUMNFAMILIES =
2
- FIELDS =
{ TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'}, COLUMNFAMILIES => {:type => ::Thrift::Types::MAP, :name => 'columnFamilies', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::SET, :element => {:type => ::Thrift::Types::STRING}}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
529 |
# File 'lib/active_blur/thrift/blur_types.rb', line 529 def struct_fields; FIELDS; end |
#validate ⇒ Object
531 532 |
# File 'lib/active_blur/thrift/blur_types.rb', line 531 def validate end |