Class: Blur::ColumnDefinition

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/active_blur/thrift/blur_types.rb

Constant Summary collapse

ANALYZERCLASSNAME =
1
FULLTEXTINDEX =
2
ALTERNATECOLUMNDEFINITIONS =
3
FIELDS =
{
  ANALYZERCLASSNAME => {:type => ::Thrift::Types::STRING, :name => 'analyzerClassName'},
  FULLTEXTINDEX => {:type => ::Thrift::Types::BOOL, :name => 'fullTextIndex'},
  ALTERNATECOLUMNDEFINITIONS => {:type => ::Thrift::Types::MAP, :name => 'alternateColumnDefinitions', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Blur::AlternateColumnDefinition}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



565
# File 'lib/active_blur/thrift/blur_types.rb', line 565

def struct_fields; FIELDS; end

#validateObject



567
568
# File 'lib/active_blur/thrift/blur_types.rb', line 567

def validate
end