Class: Cequel::Schema::MapProperty Abstract

Inherits:
TableProperty show all
Defined in:
lib/cequel/schema/table_property.rb

Overview

This class is abstract.

Inheriting classes must implement ‘#normalize_map_property(key, value)`

A table property whose value is itself a map of keys and values

Since:

  • 1.0.0

Direct Known Subclasses

CompactionProperty, CompressionProperty

Instance Attribute Summary

Attributes inherited from TableProperty

#name, #value

Method Summary

Methods inherited from TableProperty

#==, build, #hash, #initialize, #to_cql

Constructor Details

This class inherits a constructor from Cequel::Schema::TableProperty